mirror of
https://github.com/ethauvin/CompileOnlyPlugin.git
synced 2025-04-24 16:37:10 -07:00
Adds a compileOnly configuration to a Java based gradle build.
It adds the java plugin automatically if the java or the groovy plugin is missing. When the idea or eclipse plugin is used, it also adds the new dependencies to their provided scope |
||
---|---|---|
gradle/wrapper | ||
src | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
CompileOnlyPlugin
Adds a compileOnly configuration to a Java based gradle build.