Skip to content

Commit

Permalink
fix archive extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 3, 2024
1 parent fae9a73 commit 4758aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ tasks.shadowJar {

tasks.register("productionJar", Zip.class) {
archiveClassifier = ""
archiveExtension = "jar"
destinationDirectory = layout.buildDirectory.dir("libs")
from(tasks.jarJar)
from(zipTree(tasks.shadowJar.archiveFile))
Expand Down

0 comments on commit 4758aee

Please sign in to comment.