Skip to content

Commit

Permalink
Fix javac --release option
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Mar 7, 2025
1 parent 610c2fa commit dfe40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/Java.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function(javac target)
-encoding UTF-8
-cp ${native_classpath}
-d ${output_dir}
-release 17
--release 17
@${file_list}
WORKING_DIRECTORY
${source_dir}
Expand Down

0 comments on commit dfe40ab

Please sign in to comment.