Skip to content

Commit 09cb303

Browse files
committed
fix: fixed plugin jar is not copied
1 parent 5951095 commit 09cb303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tasks {
9797

9898
register("copyJar") {
9999
outputs.upToDateWhen { false }
100-
mustRunAfter(shadowJar)
100+
dependsOn(shadowJar)
101101

102102
pluginsDir?.let {
103103
doLast {

0 commit comments

Comments
 (0)