Skip to content

Commit df7c9f9

Browse files
committed
fix packageArtifacts
1 parent 3cf2a74 commit df7c9f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-plugin/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ tasks.register<Zip>("packageArtifacts") {
129129
group = "publishing"
130130
description = "Create ZIP-archive with artifacts for Central Publisher Portal"
131131

132-
133132
val localRepo = file(localRepoPath)
134-
from(localRepo)
135133

136134
println("📦 Package artifacts...")
137135

0 commit comments

Comments
 (0)