classpath-collision-detector icon indicating copy to clipboard operation
classpath-collision-detector copied to clipboard

Add github workflow and build on major operating systems

Open imanushin opened this issue 2 years ago • 0 comments

Add build on GitHub. Actions should be enabled in local repository.

Current build is inefficient, because we compile and build one the same JVM (so, we compile three times more frequent than needed). Better solution is to run each test on multiple JVMs and multiple Gradle distributions, however that will be done in further PRs.

As per as some tests don't support Java 17 (because of compatibility with Gradle 7), only Java 8 is used for testing

imanushin avatar Jul 17 '23 20:07 imanushin