Remove "--enable-preview" flag on java compilation
This commit is contained in:
parent
74af3c084d
commit
4272c7d05d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
[opts]
|
||||
(.mkdirs (io/file class-dir))
|
||||
(let [compilation-result
|
||||
(b/process {:command-args ["javac" "--enable-preview"
|
||||
(b/process {:command-args ["javac"
|
||||
"src/java/coffi/ffi/Loader.java"
|
||||
"-d" class-dir
|
||||
"-target" "22"
|
||||
|
|
|
|||
Loading…
Reference in a new issue