Project cleanup

Gradle wrapper 4.1
This commit is contained in:
BONNEVILLE Geoffroy
2017-12-19 17:24:20 +01:00
parent 219aa05750
commit beaec048ea
3 changed files with 3 additions and 6 deletions

View File

@@ -26,7 +26,3 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
task wrapper(type: Wrapper) {
gradleVersion = '3.0' // version required
}