Use the wrapper.

This commit is contained in:
Adam Murdoch
2012-09-08 10:19:13 +10:00
parent 3f478d1665
commit 65e2610eef
6 changed files with 269 additions and 6 deletions

View File

@@ -160,3 +160,7 @@ mainPom.withXml { provider ->
dep.appendNode('artifactId', 'native-platform-osx-universal')
dep.appendNode('version', project.version)
}
task wrapper(type: Wrapper) {
gradleVersion = "1.3-20120907220018+0000"
}