Enable preview for valhalla build

This commit is contained in:
Ethan McCue 2023-05-16 00:43:16 -04:00
parent a8e3935746
commit 132f21cf74
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
mv $1 $1.java
filename=$1.java
shift
java $filename "$@"
java --enable-preview $filename "$@"