Closed vlsi closed 2 years ago
The project targets Java 1.5, so Java 8 should be used for the compilation. However, the tests are run with the current JAVA_HOME, so when running Maven with Java 17 the tests use Java 17.
Sample CI output: https://github.com/vlsi/reload4j/actions/runs/1696556736
The tests pass, and I think it is ready.
The project targets Java 1.5, so Java 8 should be used for the compilation. However, the tests are run with the current JAVA_HOME, so when running Maven with Java 17 the tests use Java 17.
Sample CI output: https://github.com/vlsi/reload4j/actions/runs/1696556736