Skip to content

Java Development Guide

Endi S. Dewata edited this page Dec 1, 2022 · 7 revisions

Configuring Source and Target Versions

Java source and target versions are hard-coded in cmake/Modules/Java.cmake:

COMMAND ${Java_JAVAC_EXECUTABLE}
    ...
    -source 17
    -target 17
    ...
Clone this wiki locally