Search Gradle plugins
Plugin | Latest Version |
---|---|
com.github.psxpaul.execforkExecute Java or shell processes in the background during a build |
0.2.2
(01 December 2022) |
io.github.meiblorn.require-dockerGradle plugin to require Docker to be up and running before executing attached tasks |
1.2.0
(30 November 2022) |
de.qualersoft.jmeterPlugin to execute JMeter tests. |
2.4.0
(24 July 2022) |
pub.techfun.docker.plugin.javaThis plugin use pure java client to execute docker command to complete common tasks like build docker image, push to local or remore registry, deploy to local or remote host |
0.0.8
(18 July 2022) |
pub.techfun.docker.plugin.cmdThis plugin use local machine shell to execute docker command to complete common tasks like build docker image, push to local or remore registry, deploy to local or remote host |
0.0.8
(18 July 2022) |
ch.essmann.gradle.check-java-versionThis 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) |
com.gradle.enterprise.test-distributionGradle Enterprise test distribution takes your existing test suites and distributes them across remote agents to execute them faster. |
2.3.5
(01 July 2022) |
io.github.afezeria.serial-taskMake parallel tasks execute serially |
1.1
(07 May 2022) |
org.curioswitch.gradle-terraform-pluginPlugin for executing terraform, including extra features such as configuration templating and yaml config support |
0.9.1
(13 March 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) |