Use newer gradle syntax

pull/454/head
Thonsi 3 years ago committed by GitHub
parent 925c24471e
commit b9df47f4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,6 @@ allprojects {
} }
} }
task clean(type: Delete) { tasks.register('clean', Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }

Loading…
Cancel
Save