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)

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)

A Clojure plugin for gradle (extra tasks)

2.0.0
(22 October 2015)

Buildprocess tasks: version extension and bom upload to dependency track service

1.0.5
(15 July 2025)

This plugin adds a new task (graphModules) to your project which will create an image with the graph of your module dependency tree

0.12
(02 June 2023)

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)

Conventions for 'antlr' that add missing task dependencies when integrating with other plugins

0.7.4
(19 February 2026)

Collection of Gradle tasks and dependencies for CloudBees CD plugin specs projects

1.11.0.0
(23 April 2021)

Gradle plugin that provides tasks for discovering dependency updates.

0.53.0
(24 September 2025)