Skip to content

Commit 0a60e79

Browse files
committed
not recreating obsolete apk directories anymore.
1 parent 867998c commit 0a60e79

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,6 @@ allprojects {
103103

104104
// rootProject > clean
105105
tasks.register('clean', Delete) {
106-
107-
// delete build directories
108106
delete rootProject.fileTree('build')
109107
delete project.fileTree('build')
110-
111-
// when task clean has finished
112-
doLast {
113-
// recreate APK output directories
114-
mkdir(project.file("build/outputs/apk"))
115-
mkdir(project.file("build/outputs/apk/debug"))
116-
mkdir(project.file("build/outputs/apk/release"))
117-
}
118108
}

0 commit comments

Comments
 (0)