mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -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") {
|
task wrapper(type: Wrapper) {
|
||||||
throw new GradleException('You need gradle version >= 1.6')
|
gradleVersion = '1.6'
|
||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
Loading…
Reference in New Issue
Block a user