shedaniel 5 жил өмнө
parent
commit
68e03327b9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -92,7 +92,7 @@ task remapMavenJar(type: net.fabricmc.loom.task.RemapJarTask, dependsOn: jar) {
 publishing {
     publications {
         mavenJava(MavenPublication) {
-            artifact(file("${project.buildDir}/libs/$archivesBaseName-${version}-maven.jar")) {
+            artifact(file("${project.buildDir}/libs/$archivesBaseName-${version}.jar")) {
                 builtBy remapJar
             }
             artifact(sourcesJar) {