ソースを参照

Upload the shadow jar for fabric

shedaniel 4 年 前
コミット
1bee320d2d
1 ファイル変更1 行追加1 行削除
  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"
             }