Skip to content

Commit

Permalink
Upgrading gradle to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmoore committed Oct 15, 2014
1 parent 1e17d7b commit 9380e7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ atlassian-ide-plugin.xml
*.class
.*.swp
/bin
*.log
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ allprojects {
}

subprojects {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'java'

sourceCompatibility = JavaVersion.VERSION_1_7
repositories {
Expand All @@ -35,7 +35,7 @@ subprojects {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.0'
gradleVersion = '2.1'
}

project(':integration') {
Expand Down
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 @@
#Tue Jul 29 14:10:20 MDT 2014
#Mon Oct 13 13:19:26 MDT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip

0 comments on commit 9380e7e

Please sign in to comment.