Skip to content

Commit

Permalink
fix: Fix mod.json being named plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jan 9, 2025
1 parent e4fad9d commit 3ef1fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ val generateResources = tasks.register("generateFiles") {
outputs.files(fileTree(temporaryDir))

doLast {
val temp = temporaryDir.resolve("plugin.json")
val temp = temporaryDir.resolve("mod.json")
temp.writeText(ModMetadata.toJson(metadata, true))
}

Expand Down

0 comments on commit 3ef1fcc

Please sign in to comment.