File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111 }
1212 }
1313 maven {
14- url " ${ artifactory_contextUrl} /plugins-release-no-proxy"
14+ url = " ${ artifactory_contextUrl} /plugins-release-no-proxy"
1515 mavenContent {
1616 releasesOnly()
1717 }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88 }
99 maven {
10- url " ${ artifactory_contextUrl} /plugins-release-no-proxy"
10+ url = " ${ artifactory_contextUrl} /plugins-release-no-proxy"
1111 mavenContent {
1212 releasesOnly()
1313 }
@@ -20,7 +20,7 @@ buildscript {
2020 {
2121 mavenLocal()
2222 maven {
23- url " ${ artifactory_contextUrl} /plugins-snapshot-local"
23+ url = " ${ artifactory_contextUrl} /plugins-snapshot-local"
2424 mavenContent {
2525 snapshotsOnly()
2626 }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88 }
99 maven {
10- url " ${ artifactory_contextUrl} /plugins-release-no-proxy"
10+ url = " ${ artifactory_contextUrl} /plugins-release-no-proxy"
1111 mavenContent {
1212 releasesOnly()
1313 }
@@ -20,7 +20,7 @@ buildscript {
2020 {
2121 mavenLocal()
2222 maven {
23- url " ${ artifactory_contextUrl} /plugins-snapshot-local"
23+ url = " ${ artifactory_contextUrl} /plugins-snapshot-local"
2424 mavenContent {
2525 snapshotsOnly()
2626 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments