Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Provides extra Kotlin DSL for Gradle scripts |
4.0.0
(27 July 2026) |
|
Configures gettext processing for Gradle |
4.0.0
(27 July 2026) |
|
CR/CRLF extensions for CopySpec |
4.0.0
(27 July 2026) |
io.github.ben-manes.versions.settings
CC-compatible
Gradle settings plugin that discovers dependency updates in every project of the build and in the settings script. |
0.56.0
(27 July 2026) |
io.github.ben-manes.versions
CC-compatible
Gradle plugin that provides tasks for discovering dependency updates. |
0.56.0
(27 July 2026) |
io.github.ben-manes.versions.contributor
CC-compatible
Gradle plugin that contributes a project's dependency updates to the aggregate report. |
0.56.0
(27 July 2026) |
com.github.ben-manes.versions
CC-compatible
Gradle plugin that provides tasks for discovering dependency updates. |
0.56.0
(27 July 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.8
(27 July 2026) |
|
SonarQube analysis integration. Conditionally applies org.sonarqube and configures sonar.host.url, sonar.token, sonar.projectKey (as '<group>:<name>'), sonar.projectName, and sonar.projectVersion. Silently skips (no sonarqube task is registered) when STANO_SONAR_HOST_URL or STANO_SONAR_TOKEN are not configured. Optionally enforces quality gate with build failure via com.stano.sonar.fail-build-enabled. |
0.1.8
(27 July 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.8
(27 July 2026) |