Skip to content

Commit 092a63d

Browse files
committed
Conditionally Add Conventions Plugin
1 parent 896dd93 commit 092a63d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

settings.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ pluginManagement {
66

77
plugins {
88
id "com.gradle.develocity" version "3.17.4"
9-
id "io.spring.ge.conventions" version "0.0.17"
9+
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"
1014
}
1115

1216
dependencyResolutionManagement {

0 commit comments

Comments
 (0)