julyydev / auto-judge

automatic compilation, execution, and I/O testing of online judge source code
https://www.npmjs.com/package/auto-judge
11 stars 1 forks source link

[Fix] Fix invalid flag '-release' error when compiling java #2

Closed ByeongsuPark closed 5 months ago

ByeongsuPark commented 5 months ago

This PR intends to fix #1. -release seems like a possible typo of --release. After changing -release to --release, I confirmed that it works in macOS Sonoma Please kindly close this pr and issue if you consider this is not valid.

julyydev commented 5 months ago

I made a typo! Thank you for your interest in my project and even revising it. :)

ByeongsuPark commented 5 months ago

Thank you for your excellent work on auto-judge. This project has been incredibly helpful for me.