Search Gradle plugins
Plugin | Latest Version |
---|---|
com.github.evestera.depsizePlugin that adds a task "depsize" which calculates and shows dependency sizes. For further documentation, see github repository. |
0.2.0
(04 March 2021) |
com.liftric.dependency-track-companion-pluginCommon tasks for Dependency Track interaction, like SBOM upload or VEX Generation |
1.2.1
(15 August 2024) |
com.tribe3k.alluroGradle plugin to generate PlantUML directly from the Gradle Dependencies task. |
1.0.2
(07 April 2018) |
com.dorkbox.GradleUtilsGradle Plugin to manage various Gradle tasks, such as updating gradle and dependencies |
3.18
(18 September 2023) |
ca.coglinc.javaccProvides the ability to use JavaCC via Gradle. If the java plugin is also applied, JavaCompile tasks will depend upon the compileJavacc task. |
2.4.0
(28 November 2016) |
dev.mrbergin.run-dependency-testsA Plugin that allows you to declare dependencies against a test task and have that task run them |
0.0.1
(03 January 2022) |
name.remal.check-updatesPlugin that provides tasks for discovering dependency and Gradle updates. |
1.5.0
(18 August 2021) |
com.palantir.configuration-resolverAdds a task that resolves all dependencies in a project. |
0.4.0
(31 July 2019) |
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) |
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) |