Skip to content

Commit

Permalink
Upgrading to Gradle 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Mar 1, 2013
1 parent 0ca2d1a commit b5a639d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {

buildscript {
repositories {
mavenRepo urls:'http://repo.smokejumperit.com'
mavenRepo url:'http://repo.smokejumperit.com'
}
dependencies {
classpath 'com.smokejumperit:gradle-plugins:0.8.2'
Expand Down Expand Up @@ -66,6 +66,6 @@ project(':job-dsl-plugin') {
}
}

task wrapper(type: Wrapper) { gradleVersion = '1.3' }
task wrapper(type: Wrapper) { gradleVersion = '1.4' }

apply from: './job-dsl-plugin/ide.gradle'
apply from: './job-dsl-plugin/ide.gradle'
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 @@
#Thu Dec 27 22:14:42 PST 2012
#Fri Feb 22 13:23:24 PST 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.3-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.4-bin.zip

0 comments on commit b5a639d

Please sign in to comment.