Skip to content

Commit 34081c7

Browse files
Gradle 8.12 (#971)
1 parent ab830fb commit 34081c7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gradle/settings/all.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle/settings/distributions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

gradle/settings/ehr.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)