Forráskód Böngészése

Upload the shadow jar for fabric

shedaniel 4 éve
szülő
commit
1bee320d2d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"
             }