Skip to content

Commit

Permalink
GROOVY-7516: upgrade gradle to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSchumacher committed Jul 21, 2015
1 parent ba535c8 commit 9e389cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ext {
commonsHttpClientVersion = '3.1'
eclipseOsgiVersion = '3.9.1-v20140110-1610'
gparsVersion = '1.2.1'
gradleVersion = '2.4'
gradleVersion = '2.5'
ivyVersion = '2.4.0'
jansiVersion = '1.11'
jarjarVersion = '1.3'
Expand Down Expand Up @@ -437,7 +437,6 @@ allprojects {

compileTestGroovy {
groovyOptions.fork(memoryMaximumSize: groovycTest_mx)
options.compilerArgs << "-proc:none"
}

apply from: 'gradle/test.gradle'
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 @@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http:https://services.gradle.org/distributions-snapshots/gradle-2.6-20150612220026+0000-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-2.5-bin.zip

0 comments on commit 9e389cf

Please sign in to comment.