Better than version check: gradle wrapper

This commit is contained in:
Dominik Schürmann 2013-05-25 23:10:52 +02:00
parent 001458f4af
commit bcd951e968
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
if (gradle.gradleVersion < "1.6") {
throw new GradleException('You need gradle version >= 1.6')
task wrapper(type: Wrapper) {
gradleVersion = '1.6'
}
buildscript {