We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38257c5 commit b7c33cdCopy full SHA for b7c33cd
settings.gradle.kts
@@ -3,11 +3,13 @@ pluginManagement {
3
id("com.gradleup.shadow") version "9.2.2"
4
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
5
id("com.gradle.develocity") version "4.2.2"
6
+ id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
7
}
8
9
10
plugins {
11
id("com.gradle.develocity")
12
+ id("org.gradle.toolchains.foojay-resolver-convention")
13
14
15
dependencyResolutionManagement {
0 commit comments