This commit is contained in:
Anuken
2026-02-24 12:13:36 -05:00
parent d1e512e7c8
commit cc1cea5b93
2 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ platforms.each{ platform ->
args += "XX:+UseCompactObjectHeaders"
args += "enable-native-access=ALL-UNNAMED"
exec{
project.services.get(ExecOperations).exec{
commandLine args.toList()
standardOutput = System.out
}