Search Gradle plugins

Plugin Latest Version

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)

Build your node frontend application along with your gradle base backend application. Plugin manages various node packagers and their execution. Enables compilation of node base project without need of installing NodeJS - all done via local download.

0.2.4
(15 February 2022)

A plugin to enable (j)Unit tests to be executed only on a dedicated nightly build server

1.0.0
(07 December 2021)

A plugin to enable jUnit tests to be executed in a separate JVM (and optional sequential / parallel) for each test class

1.0.8
(05 December 2021)

Measure the execution time of each task.

0.1.3
(25 August 2021)

Plugin that executes Detekt checks for Kotlin sources. Min Gradle version: 4.5.

1.5.0
(18 August 2021)

Plugin that adds ability to process *.class files. It executes all ClassesProcessor services for each compiled class file.

1.5.0
(18 August 2021)

Allows execution of jython commands and scripts

1.1.0
(04 July 2021)