Skip to content

Commit

Permalink
[CI] Also publish fat jar
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 21, 2024
1 parent b835bdd commit b1a047c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neoforge-main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ val PACKAGES_URL = System.getenv("GH_PKG_URL") ?: "https://maven.pkg.github.com/
publishing {
publications.register<MavenPublication>("compactmachines") {
artifactId = "$modId-neoforge"
this.artifact(tasks.jarJar)
from(components.getByName("java"))
}

Expand Down

0 comments on commit b1a047c

Please sign in to comment.