Remal Gradle plugins
Popular repositories Loading
-
jacoco-to-cobertura
jacoco-to-cobertura PublicA Gradle plugin that converts Jacoco XML reports to Cobertura format for importing in GitLab CI coverage report artifact
Java 5
-
idea-settings
idea-settings PublicA Gradle plugin for fine tuning IntelliJ IDEA project configuration
Java 2
-
test-source-sets
test-source-sets PublicA Grale plugin that provides `testSourceSet` extension for creating new source sets for testing. For all created source sets a Test task is created. All dependencies are inherited from `test` sourc…
Java 1
Repositories
- classes-relocation Public
This Gradle plugin creates a fat JAR for your Java application by bundling and relocating specified dependencies. It helps to prevent dependency conflicts and ensures consistent application behavior by isolating these dependencies from downstream projects.
- jacoco-to-cobertura Public
A Gradle plugin that converts Jacoco XML reports to Cobertura format for importing in GitLab CI coverage report artifact
- build-time-constants Public
A Gradle plugin that processes compiled `*.class` files and inserts compile-time constants
- merge-resources Public
A Gradle plugin that configures all AbstractCopyTask tasks to merge files with the same relative path
- finalize-by-jacoco Public
A Gradle plugin that configures Test tasks to be finalized by JacocoReport and JacocoCoverageVerification tasks
- test-source-sets Public
A Grale plugin that provides `testSourceSet` extension for creating new source sets for testing. For all created source sets a Test task is created. All dependencies are inherited from `test` source set.