mirror of https://github.com/status-im/evmc.git
5 lines
160 B
Groovy
5 lines
160 B
Groovy
|
task setup(type: Wrapper) {
|
||
|
description = "Download the gradle wrapper and requisite files. Overwrites existing wrapper files."
|
||
|
gradleVersion = "5.0"
|
||
|
}
|