Skip to content

Commit

Permalink
added wrapper task to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dougrt committed Mar 28, 2015
1 parent 465e112 commit 5a6a8f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
task wrapper(type: Wrapper) {
gradleVersion = '1.12'
}

subprojects {
apply plugin: 'java'
Expand Down

0 comments on commit 5a6a8f3

Please sign in to comment.