Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit a2062b2

Browse files
authored
chore(build): update gradle/spinnaker-gradle-plugin versions (spinnaker#444)
1 parent 22a82c0 commit a2062b2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ allprojects {
3838
apply plugin: 'spinnaker.project'
3939
}
4040

41+
if ([korkVersion].find { it.endsWith("-SNAPSHOT") }) {
42+
repositories {
43+
mavenLocal()
44+
}
45+
}
46+
4147
if (name != "fiat-bom") {
4248
apply plugin: 'java-library'
4349
apply plugin: 'groovy'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Jul 16 18:16:17 UTC 2019
22
enablePublishing=false
3-
spinnakerGradleVersion=6.5.0
3+
spinnakerGradleVersion=7.0.1
44
korkVersion=5.8.7
55
includeProviders=file,github,google-groups,ldap
66
org.gradle.parallel=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)