Skip to content

Commit

Permalink
Conditionally Add Conventions Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed May 23, 2024
1 parent 896dd93 commit 092a63d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ pluginManagement {

plugins {
id "com.gradle.develocity" version "3.17.4"
id "io.spring.ge.conventions" version "0.0.17"
id "io.spring.ge.conventions" version "0.0.17" apply false
}

if (System.getenv("DEVELOCITY_ACCESS_KEY")) {
apply plugin: "io.spring.ge.conventions"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 092a63d

Please sign in to comment.