File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
3131 implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.25" )
3232 implementation(" com.github.johnrengelman:shadow:8.1.1" )
33- implementation(" com.gradle.enterprise:com. gradle. enterprise. gradle. plugin:3.18.1" )
33+ implementation(" com.gradle: gradle- enterprise- gradle- plugin:3.18.1" )
3434
3535 implementation(" org.owasp:dependency-check-gradle:10.0.4" )
3636
Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ pluginManagement {
1010}
1111
1212plugins {
13- id(" com.gradle.enterprise" ) version " 3.18.1"
13+ if (System .getenv(" GRADLE_OPTS" ) != null ) {
14+ id(" com.gradle:gradle-enterprise-gradle-plugin" ) version " 3.18.1"
15+ } else {
16+ id(" com.gradle.enterprise" ) version " 3.18.1"
17+ }
1418}
1519
1620dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments