Skip to content

Commit

Permalink
gradle: upgrade to version 1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
  • Loading branch information
fhuberts committed Apr 29, 2014
1 parent d5b520b commit fa5ff5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .gradle-wrapper/gradle-wrapper.jar
Binary file not shown.
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 @@
#Sat Apr 12 09:31:48 CEST 2014
#Tue Apr 29 11:59:42 CEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
2 changes: 1 addition & 1 deletion cnf/gradle/template/settings-workspace.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assert(project == rootProject)
assert(hasProperty("bnd_cnf"))


ext.gradleBuild_gradleVersion = "1.11"
ext.gradleBuild_gradleVersion = "1.12"

ext.gradleBuild_loggingCaptureStandardOutput = LogLevel.INFO
ext.gradleBuild_loggingLevel = LogLevel.INFO
Expand Down

0 comments on commit fa5ff5a

Please sign in to comment.