Files
CMake/Help/release/dev/UseJava-include-modules.rst
Javier Martín 343ee5b9ee UseJava: add INCLUDE_MODULES argument to add_jar
Arguments are added to the dependencies list, and to the "--module-path"
passed to javac, which is only generated for adequate JDK versions.
2025-10-14 18:23:21 +02:00

8 lines
305 B
ReStructuredText

UseJava-include-modules
-----------------------
* The :module:`UseJava` module's :command:`add_jar` command now accepts a new
option `INCLUDE_MODULES` that adds its arguments to the `--module-path`
argument to the Java compiler. This allows building JAR files that use JPMS
modules in their build.