Skip to content

Commit 2284f1a

Browse files
committed
fix: fixed plugin jar is not copied
1 parent 894477d commit 2284f1a

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
@@ -105,7 +105,7 @@ tasks {
105105

106106
register("copyJar") {
107107
outputs.upToDateWhen { false }
108-
mustRunAfter(shadowJar)
108+
dependsOn(shadowJar)
109109

110110
pluginsDir?.let {
111111
doLast {

0 commit comments

Comments
 (0)