Search Gradle plugins
Plugin | Latest Version |
---|---|
com.sebchlan.javacensorJava Censor is a Gradle plugin that enables developers to publish sources of closed source projects to a Maven repository. It does this by removing implemented code only leaving the signatures of public interfaces, classes, methods and fields behind. |
1.1.0
(20 February 2018) |
com.github.spotbugsPerforms quality checks on your project's Java source files using SpotBugs and generates reports from these checks |
6.2.1
(24 June 2025) |
com.diffplug.spotlessSpotless - keep your code spotless with Gradle |
7.1.0
(07 July 2025) |
lv.brain.gradle.javaEnumFinderThe Java Enum Finder is a Gradle plugin designed to search for usages of specific Java Enum classes in your project's main source. The plugin scans through the source code files to find occurrences of the specified enums and reports the files and line numbers where these enums are used. |
1.1.0
(11 September 2024) |
com.softicar.gradle.code.validationThis plugin enables a project to execute self-contained code validation logic, i.e. code validation logic that is implemented in the project itself or in one of its dependencies. |
4.0.5
(06 February 2023) |
org.hiero.gradle.report.code-coverageConventions for 'jacoco-report-aggregation' to be used in a report aggregation project |
0.4.8
(07 July 2025) |
com.vanniktech.code.quality.toolsGradle plugin that Gradle plugin that generates Findbugs-, Checkstyle- and PMD Tasks for every subproject. |
0.20.0
(10 April 2020) |
io.jooby.openAPIJooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite web server. The joobyRun task allows to restart your application on code changes without exiting the JVM |
3.10.0
(02 July 2025) |
io.jooby.runJooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite web server. The joobyRun task allows to restart your application on code changes without exiting the JVM |
3.10.0
(02 July 2025) |
io.github.appspiriment.library-baseThe Android Base Library Plugin is a foundational plugin designed to standardize the configuration of all your Android library modules. It automates the setup of core settings, ensuring consistency across your project. This plugin handles essential tasks such as applying the Android and Kotlin plugins, setting the compile and minimum SDK versions, configuring build types (debug/release), defining Java and Kotlin compilation options, and setting up default source sets and resource configurations. By using this plugin, you can significantly reduce boilerplate code and maintain a uniform structure across all your library modules. |
0.0.10
(09 June 2025) |