Search Gradle plugins

Plugin Latest Version

A Gradle plugin that injects secrets from Google Cloud Secret Manager into task environments and system properties.

0.1.0
(01 June 2026)

Loads environment variables from .env files into Gradle tasks (JavaExec, Exec, Test)

0.1.0
(23 March 2026)

A type-safe gradle plugin for retrieving sensitive configuration from environment variables, files, and Gradle properties

1.0.0
(16 March 2026)

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)

Adds a maven repository to the plugin resolution configuration that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional)

1.1.0
(23 January 2025)

Configures a JavaToolchainResolver that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) The JDK is expected to be in the form of a maven coordinate: [MAVEN_DOWNLOAD_URL]/jdk/vendor/version/os/architecture/vendor-jdk-version-os-architecture.zip

1.1.0
(23 January 2025)

Adds a maven repository to the dependency resolution configuration that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional)

1.1.0
(23 January 2025)

A plugin for parsing and loading environment variables from .env files

1.1.3
(07 August 2024)

Provides setup for bintray credentials to be read from environment variable for use within a Gradle build

2.0.2
(17 August 2023)

Allows to add Amazon S3 private repo just according system properties or environment variables.

0.0.6
(29 September 2020)