Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Convention plugin for developing Jenkins plugins with Gradle |
0.6.17
(03 August 2026) |
|
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.9
(30 July 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.9
(30 July 2026) |
|
API/ABI backwards compatibility for Java libraries using Revapi |
2.3.0
(29 July 2026) |
|
Applies the F2 BOM to all Kotlin subprojects for automatic dependency version management |
0.42.0
(29 July 2026) |
|
Convention plugin that configures Kotlin JVM projects with compiler options, JDK version, and standard dependencies. |
0.42.0
(29 July 2026) |
|
Registers a curated set of dependency versions for Kotlin JVM and Multiplatform projects. |
0.42.0
(29 July 2026) |
|
Opinionated convention plugin for production-ready Spring Boot microservices. Pre-configures Kotlin, Spring Cloud, Netflix DGS (GraphQL), MapStruct, Spotless code formatting, testing stack (JUnit 5, assertk, awaitility), and semantic versioning — so you can focus on business logic. |
0.7.0
(28 July 2026) |
|
Provides Minecraft modding APIs for modern versions with minimal drama |
0.2.1
(27 July 2026) |
|
Detects use of legacy APIs which modern Java versions supersede. |
1.15.0
(26 July 2026) |