summaryrefslogtreecommitdiffstats
path: root/Modules/UseJava/ClearClassFiles.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Fix CMP0159 warnings in modules when tracingJuan Ramos2024-03-291-0/+5
| | | | Closes: #25829
* 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