Skip to content

Commit

Permalink
chore(gradle): spinnaker-gradle-project version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Feb 15, 2017
1 parent 11b58de commit 75ed6b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
buildscript {
ext {
springBootVersion = "1.2.8.RELEASE"
}
repositories {
jcenter()
maven { url "http://dl.bintray.com/spinnaker/gradle" }
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.1.0'
classpath 'com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.12.0'
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
}
}

Expand Down

0 comments on commit 75ed6b3

Please sign in to comment.