Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
these aren't the droids you're looking for |
0.10.27
(19 October 2015) |
|
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.12
(12 August 2026) |
|
Core plugin for internal Java/Kotlin subprojects. Applies java-library, Kotlin JVM, JaCoCo, and Spotless (Google Java Format). Configures the Java toolchain from the root BaseExtension's javaVersion (default '21'). Configures tests with JUnit Platform and finalizes them with jacocoTestReport. When mspVersion is set, enforces the MSP BOM, excludes commons-logging and log4j, and auto-wires the MapStruct annotation processor when mapstruct is detected on the classpath. Requires com.stano.base (or com.stano.application) on the root project. |
0.1.12
(12 August 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.12
(12 August 2026) |
|
Auto naming for android apk |
0.5.0
(07 August 2026) |
|
Generates lock files for npm/Java builds and auto-downloads Trivy for vulnerability scanning |
0.94
(07 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) |
|
Conviva Android Plugin simplifies the event auto-collection by seamlessly instrumenting applications that integrate both this plugin and the Conviva SDK |
0.4.0
(31 July 2026) |
|
IHub AI Skills Gradle Plugin - Auto-installs AI skills for Claude Code, GitHub Copilot and OpenCode |
2.0.0-m2
(26 July 2026) |
|
This plugin enables the Collektive Kotlin compiler plugin.It enables the automatic alignment of aggregate operators in the Collektive DSL. |
28.3.2
(24 July 2026) |