Skip to content

Commit

Permalink
Change task wrapper gradle version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesoren committed Sep 26, 2013
1 parent b3f8558 commit 2c425c4
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 @@ -72,5 +72,5 @@ configure(install.repositories.mavenInstaller) {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.0'
gradleVersion = '1.7'
}

0 comments on commit 2c425c4

Please sign in to comment.