Skip to content

Commit ff2d2d2

Browse files
authored
cd setting (#108)
* ruby 세팅 수정 (#93) * ruby 세팅 수정 (#95) * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update Gemfile.lock * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update android-cd.yml * Update build.gradle.kts
1 parent 9256022 commit ff2d2d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle.kts

+6-1
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,13 @@ tasks.register("cleanAll", type = Delete::class) {
6868
allprojects.map(Project::getBuildDir).forEach(::delete)
6969
}
7070

71+
tasks.register("clean", type = Delete::class) {
72+
rootProject.buildDir.delete()
73+
}
74+
75+
7176
tasks.register("release") {
7277
dependsOn(tasks["clean"])
73-
dependsOn(tasks["bundleRelease"])
78+
dependsOn(tasks.getByName("release"))
7479
mustRunAfter(tasks["clean"])
7580
}

0 commit comments

Comments
 (0)