mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
Work around a loom bug causing empty jars to be pushed to maven local.
This commit is contained in:
parent
6f7198934d
commit
713ff39cb4
1 changed files with 4 additions and 0 deletions
|
@ -242,6 +242,10 @@ subprojects {
|
||||||
genSourcesWithFernFlower.enabled = false
|
genSourcesWithFernFlower.enabled = false
|
||||||
genSourcesWithCfr.enabled = false
|
genSourcesWithCfr.enabled = false
|
||||||
unpickJar.enabled = false
|
unpickJar.enabled = false
|
||||||
|
|
||||||
|
// Work around a loom bug causing empty jars to be pushed to maven local.
|
||||||
|
publishMavenJavaPublicationToMavenLocal.dependsOn rootProject.tasks.getByName("remapAllJars")
|
||||||
|
publishMavenJavaPublicationToMavenLocal.dependsOn rootProject.tasks.getByName("remapAllSources")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue