Skip to content

Commit

Permalink
Replace Deprecated input.set with inputFile.set
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Aug 3, 2024
1 parent ebb13de commit 381d83e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/templates/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ shadowJar {
}

remapJar {
input.set shadowJar.archiveFile
inputFile.set shadowJar.archiveFile
}
2 changes: 1 addition & 1 deletion src/templates/forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ shadowJar {
}

remapJar {
input.set shadowJar.archiveFile
inputFile.set shadowJar.archiveFile
}
2 changes: 1 addition & 1 deletion src/templates/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ shadowJar {
}

remapJar {
input.set shadowJar.archiveFile
inputFile.set shadowJar.archiveFile
}
2 changes: 1 addition & 1 deletion src/templates/quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ shadowJar {
}

remapJar {
input.set shadowJar.archiveFile
inputFile.set shadowJar.archiveFile
}

0 comments on commit 381d83e

Please sign in to comment.