Search Gradle plugins

Plugin Latest Version

Allows `OS.getNative()` and `OS.getRunning()` to work with configuration cache

4.4.1
(15 October 2025)

Generates Git properties and is compatible with gradles `configuration-cache`

1.0.0
(27 May 2023)

Loads .env, resolves op:// references via the 1Password CLI, and auto-injects them into Test/JavaExec/run/bootRun — so secrets work from IntelliJ, not just a direnv shell.

0.2.0
(01 August 2026)

Settings-level plugin applied in settings.gradle. Configures dependency resolution management with mavenLocal(), mavenCentral(), and an optional private stano-maven repository. Configures local build cache and optional S3 remote build cache (enabled via STANO_BUILD_CACHE_TYPE=s3; configured via STANO_BUILD_CACHE_S3_* variables). Pins the Kotlin JVM plugin to a fixed version and self-pins all com.stano plugins to the version bundled with this plugin. Exposes a buildCacheSettings DSL to customize the S3 cache key prefix.

0.1.15
(14 August 2026)

Standard configuration for a remote build cache that is pushed to from CI and pulled from everywhere

0.7.11
(02 July 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)

Gradle plugin to cache urls. This plugin was created mainly to address the problem of not being able to cache shared build configuration files using 'apply from:'

1.0.0
(16 November 2014)

This is a fork of com.github.bjornvester.wsdl2java version 2.0.2, modified to support Gradle 10 and the configuration cache.

2.0.3
(22 July 2026)

Conventions to make JavaExec tasks work with configuration cache in IntelliJ

0.7.11
(02 July 2026)

A semantic versioning plugin that derives the version from git tags and commits and is configuration cache safe.

0.15.1
(02 January 2026)