Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ authored May 24, 2024
1 parent 98359d9 commit b8c561e
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 @@ -53,7 +53,7 @@ processResources {
Map<String, String> properties = new HashMap<>()
properties.put("version", version)
properties.put("loader_version", loader_version)
properties.put("minecraft_version", minecraft_dependency)
properties.put("minecraft_dependency", minecraft_dependency)

properties.forEach((k, v) -> inputs.property(k, v))

Expand Down

0 comments on commit b8c561e

Please sign in to comment.