Search Gradle plugins

Plugin Latest Version

Adds a task that resolves all dependencies in a project.

0.4.0
(31 July 2019)

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)

Gradle plugin that provides tasks for discovering dependency updates.

0.62.0
(12 September 2026)

Plugin that provides testSourceSet object for creating new source sets for testing. For all created source sets Test task is created. All dependencies are inherited from 'test' source set.

5.0.9
(10 August 2026)

Adds the Kotest Unit dependency and registers a kotestUnittest task.

2.0.0
(03 June 2026)

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.6
(23 June 2026)

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)