Skip to content

Commit d4a054e

Browse files
committed
run outputRemapJar after build and hope fix the action
1 parent afd4b65 commit d4a054e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/multiloader-loader.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ processResources {
2727
from(configurations.commonResources)
2828
}
2929

30-
tasks.named('remapJar') {
30+
tasks.named('build') {
3131
finalizedBy('outputRemapJar')
3232
}
3333

0 commit comments

Comments
 (0)