summaryrefslogtreecommitdiffstats
path: root/Modules/UseJava
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
| | | | | | | Since 3.19, CMake generates a deprecation warning when using a minimum version less than 2.8.12. This eliminates those warnings generated during tests, which are typically hidden from the user and developer but are being generated nonetheless.
* UseJava: Move helper scripts to subdirectoryNikita Nemkin2020-11-123-0/+99
| | | | Also, exclude them from the help module index.
* UseJava: clean class files from previous buildsAlexey Karndshev2020-04-061-0/+17
If java_class_filelist exists, remove previous class files before building the new ones. If java_sources content has changed, clean and rebuild the class files of the target. Fixes: #20377