Skip to content

Commit f1684e6

Browse files
authored
Spark 4 (#5944)
Tested using our existing unit tests. We could create a separate vortex-spark3 and vortex-spark4 repo if we really wanted to go the extra mile but I think that's not necessary until someone comes yelling about Spark 3 support. This switches our JARs to build for minimum Java 17 and Spark 4 deprecates support for Scala 2.12
1 parent a09fb4a commit f1684e6

5 files changed

Lines changed: 343 additions & 218 deletions

File tree

java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ allprojects {
5252
options.errorprone.disableWarningsInGeneratedCode = true
5353
// ignore protobuf generated files
5454
options.errorprone.excludedPaths = ".*/build/generated/.*"
55-
options.release = 11
55+
options.release = 17
5656

5757
options.generatedSourceOutputDirectory = projectDir.resolve("generated_src")
5858
}

0 commit comments

Comments
 (0)