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

Commit

Permalink
chore(dependencies): externalize versions to properties (#57)
Browse files Browse the repository at this point in the history
updates kork to 5.3.4
updates spinnaker-gradle-project to 6.5.0
  • Loading branch information
cfieber authored May 20, 2019
1 parent 73a608f commit 87e5670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath("com.netflix.spinnaker.gradle:spinnaker-dev-plugin:6.2.0")
classpath("com.netflix.spinnaker.gradle:spinnaker-dev-plugin:$spinnakerGradleVersion")
if (Boolean.valueOf(enablePublishing)) {
classpath("com.netflix.spinnaker.gradle:spinnaker-gradle-project:6.2.0")
classpath("com.netflix.spinnaker.gradle:spinnaker-gradle-project:$spinnakerGradleVersion")
}
}

ext {
korkVersion = "5.2.3"
}
}

plugins {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
org.gradle.parallel=true
enablePublishing=false
korkVersion=5.3.4
spinnakerGradleVersion=6.5.0

0 comments on commit 87e5670

Please sign in to comment.