Parcourir la source

Upload the shadow jar for fabric

shedaniel il y a 4 ans
Parent
commit
1bee320d2d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      fabric/build.gradle

+ 1 - 1
fabric/build.gradle

@@ -54,7 +54,7 @@ remapJar {
 publishing {
     publications {
         mavenFabric(MavenPublication) {
-            artifact(remapJar.archivePath) {
+            artifact(shadowJar.archivePath) {
                 builtBy build
                 classifier "fabric"
             }