Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
chore(dependencies): gradle 5.5.1 / spinnaker-gradle-project 7.0.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber authored Aug 13, 2019
1 parent abaed37 commit cc64092
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ allprojects {
apply(plugin: "spinnaker.project")
}

if (korkVersion.endsWith('-SNAPSHOT')) {
repositories {
mavenLocal()
}
}

group = "com.netflix.spinnaker.keiko"
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel=true
enablePublishing=false
korkVersion=5.3.4
spinnakerGradleVersion=6.5.0
korkVersion=5.11.1
spinnakerGradleVersion=7.0.2
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-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 cc64092

Please sign in to comment.