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 e341e93 commit 883311aCopy full SHA for 883311a
settings.gradle.kts
@@ -96,6 +96,7 @@ dependencyResolutionManagement {
96
97
plugins {
98
id("com.gradle.develocity") version("3.18.2")
99
+ id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
100
}
101
102
val isCI: Boolean = System.getenv("CI") != null
0 commit comments