Skip to content

Commit

Permalink
fix makeJar task for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Jul 22, 2024
1 parent 62419b2 commit de9b693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ file("nests").eachFile {
def nextVersion = version(mcVersion, nextBuild)

def makeJar = task("${nextVersion}_makeJar", type: Jar) {
archiveFileName "nests-${nextVersion}.jar"
archiveFileName = "nests-${nextVersion}.jar"
from(file(nests)) {
into "nests"
rename nests.name, "mappings.nest"
Expand Down

0 comments on commit de9b693

Please sign in to comment.