Search Gradle plugins
Plugin | Latest Version |
---|---|
com.zoltu.application-agentA Gradle plugin for hooking up a Java Agent. This plugin will attach the agent you specify to the `run`, `test` and `installDist` tasks. To use it, add an `agent` dependency to your dependencies like `dependencies { agent("com.foo:bar:1.2.3") }`. |
1.0.14
(15 April 2017) |
com.shysteph.application-agentA Gradle plugin for hooking up a Java Agent. This plugin will attach the agent you specify to the `run`, `test` and `installDist` tasks. To use it, add an `agent` dependency to your dependencies like `dependencies { agent("com.foo:bar:1.2.3") }`. |
1.0.18
(30 January 2017) |
org.ysb33r.terraform.baseProvides Terraform extension and tasks. No need to have terraform installed as plugin will take care of caching and installation in a similar fashion as to have Gradle distributions are cached |
2.0.2
(08 July 2025) |
org.ysb33r.opentofu.baseProvides OpenTofu extension and tasks. No need to have opentofu installed as plugin will take care of caching and installation in a similar fashion as to have Gradle distributions are cached |
2.0.2
(08 July 2025) |
org.ysb33r.nodejs.baseProvides Node.js and NPM tasks. No need to have Node.js installed as plugin will take care of caching and installation in a similar fashion as to have Gradle distributions are cached |
4.0.4
(12 March 2025) |
org.ysb33r.packer.baseProvides Packer extension and tasks. No need to have packer installed as plugin will take care of caching and installation in a similar fashion as to have Gradle distributions are cached |
0.3
(22 November 2018) |
com.palantir.jacoco-full-reportThe com.palantir.jacoco-coverage plugin allows Gradle build scripts to configure minimum Java Code Coverage thresholds for projects, packages, classes, and files. The com.palantir.jacoco-full-report plugin adds a task that produces a Jacoco report for the combined code coverage of the tests of all subprojects of the current project. |
0.4.0
(07 June 2016) |
com.palantir.jacoco-coverageThe com.palantir.jacoco-coverage plugin allows Gradle build scripts to configure minimum Java Code Coverage thresholds for projects, packages, classes, and files. The com.palantir.jacoco-full-report plugin adds a task that produces a Jacoco report for the combined code coverage of the tests of all subprojects of the current project. |
0.4.0
(07 June 2016) |
com.github.rsuiteCMS.gradlePhantomjsAssistantGradle plugin to configure PhantomJS for automated testing. Automatically finds the requested version of PhantomJS for the running platform, downloads it, and configures the `test` task to make use of the binary. |
0.4
(21 October 2015) |
com.github.RSuiteCMS.gradlePhantomjsAssistantGradle plugin to configure PhantomJS for automated testing. Automatically finds the requested version of PhantomJS for the running platform, downloads it, and configures the `test` task to make use of the binary. |
0.1-alpha
(21 October 2015) |