Skip to content

Commit

Permalink
Fix missing main artifact from Forge publication
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 7, 2024
1 parent 7758884 commit 7f2c7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ if (hasProperty('nexusUsername') || System.getenv("NEXUS_USERNAME") != null) {
publications {
mavenJava(MavenPublication) {
from components.java
jarJar.component(it)
groupId project.maven_group
artifactId project.archivesBaseName
version project.version
Expand Down

0 comments on commit 7f2c7e2

Please sign in to comment.