Skip to content

Commit

Permalink
Upgraded to Gradle 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Nov 11, 2015
1 parent 310effe commit c590006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-2.4-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.8-bin.zip
4 changes: 2 additions & 2 deletions netbeans-gradle-default-models/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'java';

String gradleVersion = '2.4';
List otherGradleVersions = ['1.8', '1.9', '1.10', '1.11', '2.0', '2.1', '2.2'];
String gradleVersion = '2.8';
List otherGradleVersions = ['1.8', '1.9', '1.10', '1.11', '2.0', '2.1', '2.2', '2.7'];

ext.scriptFile = { String fileName ->
return new File(new File(rootDir, 'gradle'), fileName);
Expand Down

0 comments on commit c590006

Please sign in to comment.