Search Gradle plugins

Plugin Latest Version

A 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)

A 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)

Old GroupIds Alerter - A Gradle plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).

1.1.1
(07 December 2021)

Cleanly add Github Packages maven repos with credentials in global gradle.properties or env variable (for Github Actions)

1.2.2
(31 May 2025)

Cleanly add Github Packages maven repos with credentials in global gradle.properties or env variable (for Github Actions)

1.2.1
(12 March 2021)

This plugin is useful for projects executing unit tests based on the Selenium (https://www.selenium.dev/) framework. See the Javadoc of the plugin class for more details.

4.0.5
(06 February 2023)

This plugin enables a project to execute self-contained code validation logic, i.e. code validation logic that is implemented in the project itself or in one of its dependencies.

4.0.5
(06 February 2023)

The plugin ensures correct RPC configurations for your project, that will allow proper code generation. Additionally, it enforces proper artifacts versions for your project, depending on your Kotlin version. Resulting versions of the kotlinx.rpc dependencies will be 'kotlinVersion-kotlinxRpcVersion', for example '1.9.24-0.2.0', where '0.2.0' is the kotlinx.rpc version.

0.10.2
(16 January 2026)

Include a module if it is available on a path specified in local.properties. This can be used in combination with `resolve-to-module` to easily substitute remotely hosted dependencies with local sources when developing.

0.0.1-alpha1
(15 November 2019)

Creates a task that determines available dependency and plugin upgrades for a project and produces a YAML report. Additionally provides two tasks for updating the versions in a versions.props file (nebula.dependency-recommender or com.palantir.consistent-versions compatible) and updating plugin versions in Gradle plugin blocks.

0.141.0
(13 March 2026)