Skip to content

Commit

Permalink
fix NG publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 23, 2024
1 parent d49bb16 commit a634ab2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions NeoForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@ processResources {
from project(":Common").sourceSets.main.resources
}

if(usingJarJar) {
publishing {
publications {
"mavenJava${project.name}"(MavenPublication) {
publishing {
publications {
"mavenJava${project.name}"(MavenPublication) {
fg.component(it)
if (usingJarJar) {
jarJar.component(it)
}
}
Expand Down

0 comments on commit a634ab2

Please sign in to comment.