Skip to content

Commit 6bc3f3f

Browse files
committed
Set minimum toolchain to 17
1 parent c30f773 commit 6bc3f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-logic/src/main/kotlin/cloud.base-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111

1212
indra {
1313
javaVersions {
14-
minimumToolchain(16)
14+
minimumToolchain(17)
1515
target(8)
1616
testWith(8, 11, 17)
1717
}

0 commit comments

Comments
 (0)