Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Gradle plugin providing parent pom like functionality. |
4.0.3
(15 December 2025) |
|
A Gradle plugin to aid with BSP implementation |
0.16.0
(31 May 2025) |
|
Gradle plugin that reporting build statistic for each task |
0.0.4
(27 June 2023) |
|
Gradle plugin to generate a JSON file with Java build information in it. |
0.1.4
(29 October 2017) |
|
Integrate your frontend NPM/Yarn build into a Gradle build. |
3.0.2
(31 August 2020) |
|
Experimental declarative plugin for the building Gradle plugins |
0.1.48
(25 November 2025) |
|
Gradle plugin for build scans that notifies TeamCity when a build scan is published during a build. |
1.1
(01 January 2020) |
|
This plugin checks the Java version your Gradle build is running with. If the version is lower than the required minimum version or it exceeds the maximum version accepted, then the build is aborted with an friendly, easy to spot error message pointing towards the problem. This should help to avoid having to dig through the build output to find only to find an unsupported class file version error messages buried somehere in the output due to a bad Java runtime version. |
1
(03 July 2022) |
|
Running some tasks before building, you can create tasks in your projects with java and run before compileJava task, or execute "runSourceTask" task. To use this plugin, you need add compileOnly dependency "com.github.luiqn2007:UselessPluginLib", and create task class in `lq2007.plugins.gradle_plugin` package in your source, implement lq2007.plugins.gradle_plugin.support.ISourcePlugin interface. You can create or edit source by javaparser. |
1.2.6
(27 February 2022) |
|
Parent build for Kordamp projects |
3.5.0
(02 August 2025) |