Skip to content

Commit

Permalink
#72 Upgrade to Gradle 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Sep 21, 2014
1 parent 9506230 commit e1da44d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ task release(type: Exec, dependsOn: ['displayVersion']) {
*/

task wrapper(type: Wrapper) {
gradleVersion = '1.12'
gradleVersion = '2.1'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jun 05 14:32:38 CEST 2014
#Sun Sep 21 13:03:28 CEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip
2 changes: 1 addition & 1 deletion ontrack-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.1.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.6.RELEASE")
}
}

Expand Down

0 comments on commit e1da44d

Please sign in to comment.