Skip to content

Commit

Permalink
chore(build): update gradle/spinnaker-gradle-plugin versions (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber authored Jul 24, 2019
1 parent 22a82c0 commit a2062b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ allprojects {
apply plugin: 'spinnaker.project'
}

if ([korkVersion].find { it.endsWith("-SNAPSHOT") }) {
repositories {
mavenLocal()
}
}

if (name != "fiat-bom") {
apply plugin: 'java-library'
apply plugin: 'groovy'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jul 16 18:16:17 UTC 2019
enablePublishing=false
spinnakerGradleVersion=6.5.0
spinnakerGradleVersion=7.0.1
korkVersion=5.8.7
includeProviders=file,github,google-groups,ldap
org.gradle.parallel=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a2062b2

Please sign in to comment.