update Gradle support

This commit is contained in:
Alan Krueger
2011-12-23 12:56:05 -06:00
parent f3a5d62e2b
commit 12a1a70d39
5 changed files with 50 additions and 66 deletions

View File

@@ -25,3 +25,8 @@ uploadArchives {
}
}
*/
task createWrapper(type: Wrapper) {
gradleVersion = '1.0-milestone-6'
}