Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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) |
|
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 util to easily define the app version in the property file. Create `version.properties` file at project root level (default) with following properties: `version.code`, `version.major`, `version.minor`, `version.patch`. To define different properties file name or location use `versionPropDef.propertyFile`. |
1.0.0
(04 January 2025) |
|
Gradle plugin to help create and manage a project documentation site. |
0.0.3
(22 March 2017) |
|
A Gradle plugin that uses packr to create native executables for Java projects |
0.1.3
(28 August 2017) |
|
This plugin allows you to create Java-based AWS CDK projects without having to have a local node version installed, or to install the CDK CLI separately. |
0.3
(01 April 2025) |
|
Creates JAR files which are valid BlueJ project archives |
0.1
(25 October 2021) |
|
Plugin creating a task for publishing JVM libraries to Nexus repository. |
2.12
(09 December 2025) |
|
Plugin creating a task for publishing Android libraries to Nexus repository. |
2.12
(09 December 2025) |
|
Create a sourceJar task to package up the project's source code and add it to the publications |
18.4.0
(28 February 2022) |