Skip generating remapJar for common project
This commit is contained in:
parent
590c939778
commit
7b23053da0
|
|
@ -18,6 +18,9 @@ dependencies {
|
||||||
// modApi "me.shedaniel:architectury:${rootProject.architectury_version}"
|
// modApi "me.shedaniel:architectury:${rootProject.architectury_version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// don't need remapped common jar
|
||||||
|
tasks.named('remapJar') { enabled = false }
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenCommon(MavenPublication) {
|
mavenCommon(MavenPublication) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user