Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Reads values from dotenv files in settings scripts. |
1.0.0
(20 August 2026) |
|
Reads values from dotenv files in project build scripts. |
1.0.0
(20 August 2026) |
|
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.15
(14 August 2026) |
|
Docker Compose file generation and lifecycle management. Registers generateDockerCompose (resolves artifact versions into a docker-compose.yml template), dockerComposeUp, and dockerComposeDown tasks. Configure the template path, output file, and token replacements via the dockerCompose DSL. Template tokens use {{group:name}} syntax and are resolved from the docker configuration or explicit templateToken(key, value) entries. |
0.1.15
(14 August 2026) |
|
Kotlin compiler plugin that rewrites toString on @Redacted classes and properties to mask sensitive values. |
1.0.0
(11 May 2026) |
|
Gradle plugin that replaces secret references with actual values from a secret store before task execution |
0.1.0
(23 March 2026) |
|
Extends Build Scans by adding custom values with the artifacts size of Android projects |
0.2.1
(27 November 2025) |
|
Exports string resource IDs and their values in a tab-separated format. |
1.0.1
(03 April 2025) |
|
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.0
(23 January 2025) |
|
Wooga Gradle plugin to fetch secret values |
2.0.1
(08 August 2024) |