We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5951095 commit 09cb303Copy full SHA for 09cb303
1 file changed
build.gradle.kts
@@ -97,7 +97,7 @@ tasks {
97
98
register("copyJar") {
99
outputs.upToDateWhen { false }
100
- mustRunAfter(shadowJar)
+ dependsOn(shadowJar)
101
102
pluginsDir?.let {
103
doLast {
0 commit comments