Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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.6
(22 June 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.6
(22 June 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.6
(22 June 2026) |
|
Docker image build, tag, and push support. Registers docker (build), dockerTag, dockerPush, dockerLogin, dockerLogout, dockerClean, and dockerCleanupImage tasks. Configure images via the docker DSL: image name, Dockerfile path, build args, labels, platforms, and additional build context files. Supports docker buildx (default) with multi-platform builds and automatic AWS ECR login. Automatically stamps images with build provenance labels (branch, commit hash, build number, repository URL). When com.stano.spring-boot is also applied, auto-configures the image name and wires bootWar output as the build context. |
0.1.6
(22 June 2026) |
|
Additions to the model-based DSL for deploying Java and Native projects to remote targets |
2027.2.0
(21 June 2026) |
|
Configures STIG element modules from strongly typed settings DSL. |
1.4.0
(20 June 2026) |
|
Installs TeaVM DSL for consuming TeaVM libraries and running tests in a browser |
0.15.0
(14 June 2026) |
|
Gradle plugin for configuring Metalastic annotation processor with type-safe DSL |
1.2.8
(12 June 2026) |
|
A compiler plugin to improve how to copy data classes with a nice DSL in Kotlin. |
0.24.0+2.4.0
(05 June 2026) |
|
A Gradle plugin for generating BuildConstants for any kind of project (no just Android) |
6.0.10
(03 June 2026) |