Find a Java class in a folder. Automatically expands *.zip, *.jar, and *.jmod files, searches them, and deletes the extracted directories afterwards.
Download classfinder.jar from the latest release at https://github.com/IBM/classfinder/releases/latest
usage: java -jar classfinder.jar CLASS [DIRECTORY...]
Currently, CLASS does not support package names.
-Djava.util.logging.config.file=/$PATH/logging.properties
- Update
versioninpom.xml - Build:
mvn clean install - Commit and push
- Wait for the GitHub Action build to succeed
- Tag and push:
git tag -l git tag 0.X.Y git push --tags