Skip to content

Commit d05926e

Browse files
Excavator: Allow Java 17 language features in all modules
1 parent e5e7a87 commit d05926e

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
@@ -33,8 +33,7 @@ apply plugin: 'com.palantir.jdks.latest'
3333
apply plugin: 'com.palantir.failure-reports'
3434

3535
javaVersions {
36-
libraryTarget = 11
37-
runtime = 17
36+
libraryTarget = 17
3837
}
3938

4039
version gitVersion()

0 commit comments

Comments
 (0)