Search Gradle plugins

Plugin Latest Version

Gradle plugin to require Docker to be up and running before executing attached tasks

1.2.0
(30 November 2022)

Plugin to execute JMeter tests.

2.4.0
(24 July 2022)

This plugin use pure java client to execute docker command to complete common tasks like build docker image, push to local or remore registry, deploy to local or remote host

0.0.8
(18 July 2022)

This plugin use local machine shell to execute docker command to complete common tasks like build docker image, push to local or remore registry, deploy to local or remote host

0.0.8
(18 July 2022)

This plugin checks the Java version your Gradle build is running with. If the version is lower than the required minimum version or it exceeds the maximum version accepted, then the build is aborted with an friendly, easy to spot error message pointing towards the problem. This should help to avoid having to dig through the build output to find only to find an unsupported class file version error messages buried somehere in the output due to a bad Java runtime version.

1
(03 July 2022)

Gradle Enterprise test distribution takes your existing test suites and distributes them across remote agents to execute them faster.

2.3.5
(01 July 2022)

Make parallel tasks execute serially

1.1
(07 May 2022)

Plugin for executing terraform, including extra features such as configuration templating and yaml config support

0.9.1
(13 March 2022)

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)

Creates new angular project from only gradle initialized project. Simply apply plugin into your gradle project and execute :angularInit task and new angular project will be created.

0.3.2
(15 February 2022)