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 896dd93 commit 092a63dCopy full SHA for 092a63d
settings.gradle
@@ -6,7 +6,11 @@ pluginManagement {
6
7
plugins {
8
id "com.gradle.develocity" version "3.17.4"
9
- id "io.spring.ge.conventions" version "0.0.17"
+ id "io.spring.ge.conventions" version "0.0.17" apply false
10
+}
11
+
12
+if (System.getenv("DEVELOCITY_ACCESS_KEY")) {
13
+ apply plugin: "io.spring.ge.conventions"
14
}
15
16
dependencyResolutionManagement {
0 commit comments