Skip to content

Commit

Permalink
Merge pull request #77 from cfieber/gradle-update
Browse files Browse the repository at this point in the history
gdl update
  • Loading branch information
cfieber committed Sep 27, 2016
2 parents c4d8e33 + f6aaf83 commit 704929b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

buildscript {
ext {
springBootVersion = "1.2.5.RELEASE"
springBootVersion = "1.2.8.RELEASE"
}
repositories {
jcenter()
maven { url "http://spinnaker.bintray.com/gradle" }
}
dependencies {
classpath 'com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.6.0'
classpath 'com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.8.0'
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

0 comments on commit 704929b

Please sign in to comment.