Skip to content

Commit

Permalink
Change Gradle wrapper version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugener committed Aug 24, 2014
1 parent 91e6de8 commit fc6346c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subprojects {
}

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

compileJava {
Expand Down

0 comments on commit fc6346c

Please sign in to comment.