Skip to content

Commit

Permalink
Add a PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 9, 2024
1 parent 6d2886f commit d203a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ abstract class GenerateModuleMetadata extends DefaultTask implements HasMinecraf
return hashes
}

private void getMcDeps(List<String> server, List<String> client, Map<String, List<String>> clientNatives) {
private void getMcDeps(List<String> server, List<String> client, List<String> clientCompileOnly, Map<String, List<String>> clientNatives) {
Map metaJson = new JsonSlurper().parse(meta.get().asFile) as Map
(metaJson.libraries as List<Map<String, Object>>).each { Map lib ->
Map downloads = lib.downloads as Map
Expand Down

0 comments on commit d203a0d

Please sign in to comment.