Skip to content

Commit 659edd7

Browse files
Excavator: Allow Java 17 language features in all modules
1 parent 36c4b5c commit 659edd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ apply plugin: 'com.palantir.jdks.latest'
3131
apply plugin: 'com.palantir.failure-reports'
3232

3333
javaVersions {
34-
libraryTarget = 11
35-
runtime = 17
34+
libraryTarget = 17
3635
}
3736

3837
version gitVersion()

0 commit comments

Comments
 (0)