Search Gradle plugins

Plugin Latest Version

Adds support to Gradle for running KotlinTest directly using the powerful console runner KotlinTest provides

1.1.1
(21 July 2019)

Add support to compile and test java 9+ projects.

0.0.13
(01 September 2018)

A Gradle plugin supports gRPC and Protobuf code generation.

0.1.21
(28 August 2018)

Support for generating a Animal Sniffer signature file for the project API

2.0.0.Alpha1
(23 April 2018)

Support for checking project API usage as defined by Animal Sniffer signature files

2.0.0.Alpha1
(23 April 2018)

A plugin that adds the support for building and testing modular JDK9 applications with Gradle.

0.3.1
(14 March 2018)

Tools and utilities written in Java to help in day-to-day work. CSV To Excel Converts a set of csv files into 1 Excel file. Each csv file is a sheet within excel CSV Diff Diffs two directories containing csv files. Each directory must have the same name and number of files as the other XML Clean Strips out fluff from the XML and manipulating the XML. The use case for this is, before comparison, sometimes XMLs need to be cleaned and renamed. The cleaned xmls can be diffed using xmlunittask. XML DIFF Diffs two directories containing xml files. Each directory must have the same name and number of files as the other READ BLOB Extracts Blobs from Database.SQL should contain a string name and then blob WEBDAV PULL Downloads files from a WEBDAV site, proxy configuration is supported WEBDAV PUSH Pushes files to a WEBDAV site, proxy configuration is supported

2.8
(30 August 2014)

Adds Maven Central Portal publishing support: POM metadata, GPG signing, a staging-deploy publication, and a publishToMavenCentral upload task. Composable alongside private-repo publishing (e.g. com.stano.java-library). All POM/developer/license/component values are configured explicitly via the 'mavenCentralPublish' extension — no org-wide defaults are assumed.

0.1.8
(27 July 2026)

Opt-in Kotlin JVM support for com.stano.java subprojects. Applies the Kotlin JVM Gradle plugin and configures KotlinCompile tasks (incremental compilation, same lint/warning suppression free-compiler-args as the Java compiler). Requires com.stano.java to be applied to the subproject.

0.1.8
(27 July 2026)

Docker container run lifecycle management. Registers dockerRun, dockerStop, dockerRemoveContainer, dockerRunStatus, and dockerNetworkModeStatus tasks. Configure the container via the dockerRun DSL: image, container name, ports, volumes, environment variables, command, network mode, and extra arguments. Supports daemonized containers (default) and ephemeral containers via clean=true (adds --rm).

0.1.8
(27 July 2026)