Skip to content

Commit 26451ac

Browse files
committed
chore: Force a minimum of J17 toolchain
1 parent 6194b6b commit 26451ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ subprojects {
9090
mitLicense()
9191

9292
javaVersions {
93+
minimumToolchain(17)
9394
testWith().addAll(testTargets)
9495
}
9596

0 commit comments

Comments
 (0)