mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -05:00
Better than version check: gradle wrapper
This commit is contained in:
parent
001458f4af
commit
bcd951e968
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user