Skip to content

Commit

Permalink
build: Get rid of deprecated Gradle features
Browse files Browse the repository at this point in the history
Signed-off-by: peternmuller <[email protected]>
  • Loading branch information
peternmuller committed Nov 2, 2024
1 parent 5070e7d commit 988fcaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}

0 comments on commit 988fcaa

Please sign in to comment.