Skip to content

Commit 8d4962a

Browse files
committed
Do not delete buildLocal maven repository at configuration phase
Fixes #4
1 parent ab6daa2 commit 8d4962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/kotlinx/team/infra/Publishing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private fun Project.createBuildRepository(name: String, rootBuildLocal: Task) {
141141

142142
afterEvaluate {
143143
tasks.named("clean", Delete::class.java) {
144-
delete(dir)
144+
it.delete(dir)
145145
}
146146

147147
tasks.withType(PublishToMavenRepository::class.java) { task ->

0 commit comments

Comments
 (0)