mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 01:35:00 -05:00
3 lines
58 B
Groovy
3 lines
58 B
Groovy
|
task wrapper(type: Wrapper) {
|
||
|
gradleVersion = '1.10'
|
||
|
}
|