Skip to content

Commit f03c483

Browse files
Excavator: Allow Java 17 language features in all modules (#868)
1 parent cf8b51a commit f03c483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ subprojects {
5353
}
5454

5555
javaVersions {
56-
libraryTarget = 11
56+
libraryTarget = 17
5757
runtime = 21
5858
}

0 commit comments

Comments
 (0)