Skip generating remapJar for common project

This commit is contained in:
embeddedt 2023-08-09 12:38:19 -04:00
parent 590c939778
commit 7b23053da0
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -18,6 +18,9 @@ dependencies {
// modApi "me.shedaniel:architectury:${rootProject.architectury_version}"
}
// don't need remapped common jar
tasks.named('remapJar') { enabled = false }
publishing {
publications {
mavenCommon(MavenPublication) {