Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Creates a slim nodejs project of only the dependencies used by a Kotlin Node JS Gradle module so that only the used dependencies can be packaged. This helps to greatly reduce the released file size, especially in projects with multiple javascript projects. |
0.0.9
(11 July 2023) |
|
The io.github.estivensh4.jacoco-coverage plugin allows Gradle build scripts to configure minimum Java Code Coverage thresholds for projects, packages, classes, and files. |
0.0.2
(23 February 2023) |
|
Package tests and run tests in jars. |
2023.4
(18 February 2023) |
|
Configures conventions for Xenit private & oss packages: initscript plugin for Xenit build servers |
0.3.0
(30 January 2023) |
|
Iotatech plugin to configure maven package publish plugin |
0.5.7
(09 September 2022) |
|
Plugin for building web client code for packaging into a server |
0.9.1
(13 March 2022) |
|
Create a testJar task to package up test classes and add it to the publications |
18.4.0
(28 February 2022) |
|
Create a sourceJar task to package up the project's source code and add it to the publications |
18.4.0
(28 February 2022) |
|
Create a javadocJar task to package up the javadoc and add it to the publications |
18.4.0
(28 February 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) |