Upload the shadow jar for fabric

This commit is contained in:
shedaniel
2020-11-26 19:01:19 +08:00
parent f9eeced624
commit 1bee320d2d

View File

@@ -54,7 +54,7 @@ remapJar {
publishing {
publications {
mavenFabric(MavenPublication) {
artifact(remapJar.archivePath) {
artifact(shadowJar.archivePath) {
builtBy build
classifier "fabric"
}