diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-07 20:39:16 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-07 20:39:16 +0800 |
| commit | 89843ec1ae0cc0f7c3dc9c6c9050ae84ff1018ce (patch) | |
| tree | 89218376e0233b7ee9cc47bd755ca98117782054 | |
| parent | 3c67c27e14b0f9c37d910ccfeec9eae06a045ccd (diff) | |
| download | RoughlyEnoughItems-89843ec1ae0cc0f7c3dc9c6c9050ae84ff1018ce.tar.gz RoughlyEnoughItems-89843ec1ae0cc0f7c3dc9c6c9050ae84ff1018ce.tar.bz2 RoughlyEnoughItems-89843ec1ae0cc0f7c3dc9c6c9050ae84ff1018ce.zip | |
forgot to change
| -rwxr-xr-x | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 3a19a9f96..09d9550f7 100755 --- a/build.gradle +++ b/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) { |
