Skip to content

Commit 584ae5c

Browse files
committed
foojay update to 1.0.0
1 parent adec9ea commit 584ae5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ plugins {
1919
id("conventions-repositories")
2020
id("conventions-version-resolution")
2121
id("conventions-develocity")
22-
// rollback to 0.9.0, as 1.0.0 requires JDK_17 on CI, which I have no time to set up
23-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
22+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
2423
}
2524

2625
dependencyResolutionManagement {

0 commit comments

Comments
 (0)