qos-ch / reload4j

reload4j is a drop-in replacement for log4j 1.2.17
Apache License 2.0
149 stars 22 forks source link

ci: set up GitHub Actions #12

Closed vlsi closed 2 years ago

vlsi commented 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

vlsi commented 2 years ago

The tests pass, and I think it is ready.