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

Simple and experimental Gradle plugin to detect potential classpath collisions between library jars

Results 2 classpath-collision-detector issues
Sort by recently updated
recently updated
newest added

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...

I've wanted something like this plugin for a while, so thank you for creating it! My use-case is detecting collisions on the buildscript classpath, which has been a source of...