Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Applies org.springframework.boot and wires the MSP Spring Boot BOM for dependency management. Names the bootJar after the root project and registers copyOtelJavaagent to copy the OpenTelemetry Java agent into build/libs at assemble time. Adds spring-boot-devtools (developmentOnly), micrometer-registry-prometheus (runtimeOnly), msp-spring-boot-application (implementation), and msp-spring-test-starter (testImplementation). Rewrites application.yml at processResources time with build metadata (context name, version, CI environment). When com.stano.docker is also applied, auto-configures the Docker image name, build args, and wires bootWar output as the Docker build context. |
0.1.15
(14 August 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.15
(14 August 2026) |
|
Configures jib repository, tag and image name |
2.2.1
(13 August 2026) |
|
Adds 'grype' and 'trivy' tasks that scan the project's Docker image for vulnerabilities |
2.61.3
(13 August 2026) |
|
Tasks used to build Docker images for DeltaFi projects |
2.61.3
(13 August 2026) |
|
Builds a Quarkus application, and provides helpers to launch dev-mode, the Quarkus CLI, building of native images |
3.39.0.CR1
(12 August 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.1.0
(05 August 2026) |
|
A plugin for Gradle that adds tasks to download, extract and interact with GraalVM tooling. |
0.15.0
(30 July 2026) |
|
Plugin for rock image generation |
1.2.6
(28 July 2026) |
|
Resolves and provisions suitable JDK for Gradle builds using the Foojay DiscoAPI |
0.11.0
(25 July 2026) |