Search Gradle plugins

Plugin Latest Version

This plugin allows you to push your files to the helios server by setting up parameters only once

1.0.2
(09 November 2022)

Adds a remote build cache that is configured via environment variables: - GRADLE_REMOTE_BUILD_CACHE_URL: the base URL for the remote build cache - PUSH_TO_REMOTE_BUILD_CACHE: boolean value whether to push to the remote build cache or to use it only for pulling. (optional, default: false) - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) No remote cache is added if no GRADLE_REMOTE_BUILD_CACHE_URL is set.

1.1.1
(10 September 2026)

Simple Docker orchestrator for executing docker build and push from within Gradle.

0.41.0
(20 June 2026)

Automatically push the test results in real-time when the build is runnign on Appveyor

4.0.1
(15 August 2024)

build or push docker Image.

2.5
(13 November 2023)

Docker plugin for build, run and push

1.0.0
(25 October 2020)

Chabok plugin to generate necessary configurations that used in initialization process

1.0.0
(26 October 2019)

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)

Gradle plugin for PesaFlow4J: scaffolds a placeholder pesaflow4j.properties credentials file into your project (./gradlew pesaflow4jInit).

0.1.0
(10 September 2026)

Scans Gradle dependencies and Docker base images with Trivy, auto-pins vulnerable versions, and commits fixes locally. Prerequisites: trivy, jq, tar. Install with: apt install -y jq tar curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 Added tasks: gradleSecurityFix, baseImageSecurityFix (group: security). Both commit fixes to a local branch security/auto-fixes-YYYY-MM-DD. Push the branch and open a PR manually to apply the fixes.

0.2.2
(20 August 2026)