소스 검색

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