Search Gradle plugins
Plugin | Latest Version |
---|---|
ru.tutu.dependencies2filesPlugin save repository dependencies to files. May be helpful to save jcenter dependencies, used by your project |
0.3.0
(05 March 2022) |
nebula.spring-boot-jarConfigures project to use bootJar artifact instead of jar artifact |
18.4.0
(28 February 2022) |
nebula.source-jarCreate a sourceJar task to package up the project's source code and add it to the publications |
18.4.0
(28 February 2022) |
nebula.maven-shadow-publishConfigures project to use shadowJar artifact instead of jar artifact when users want to replace the jar task |
18.4.0
(28 February 2022) |
nebula.ivy-shadow-publishConfigures project to use shadowJar artifact instead of jar artifact when users want to replace the jar task |
18.4.0
(28 February 2022) |
ca.stellardrift.opinionated.kotlinSome basic configuration for Kotlin projects |
5.0.1
(28 February 2022) |
io.github.luiqn2007.gradle_plugins.build_tasksRunning 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) |
nebula.integtestAdds source set and task for running integration tests separately from unit tests |
9.6.3
(24 February 2022) |
nebula.facetReduce boilerplate for adding additional source sets |
9.6.3
(24 February 2022) |
com.palawanframe.nodeBuild your node frontend application along with your gradle base backend application. Plugin manages various node packagers and their execution. Enables compilation of node base project without need of installing NodeJS - all done via local download. |
0.2.4
(15 February 2022) |