浏览代码

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"
             }