Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
The plugin provides tasks and configurations so you can wire your own Sigstore signing. If you want sign everything with standard configuration, then consider dev.sigstore.sign plugin instead |
2.3.0
(09 September 2026) |
|
Adds a Maven-style META-INF/maven/<groupId>/<artifactId>/pom.properties to the main jar, wired by convention from the project's group, name and version so Maven-aware tooling (SBOM generators, classpath inspectors, security scanners) can identify the artifact a jar belongs to. The generated file is deterministic with no timestamp, keeping archives reproducible. |
0.2.0
(04 September 2026) |
|
Generic npm/Node build lifecycle support, usable on any npm project (standalone SPA, library, or embedded frontend) regardless of whether a Java plugin is applied. Registers npmVersion, npmInstall, npmClean (wired into clean), npmRunBuild, and npmTest tasks. Optionally builds via nvm (Node Version Manager) instead of a system-installed npm. When org.sonarqube is already applied (directly or on a parent project), configures sonar.sources for the JS source tree. |
0.1.15
(14 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.15
(14 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.15
(14 August 2026) |
|
Wires Scry into debug builds and keeps it out of release builds. |
0.1.0
(11 August 2026) |
|
Resolves the pjacoco agent and wires -javaagent for per-test coverage of parallel black-box suites. |
2.0.0
(28 July 2026) |
|
Wires Kotlin Binary Compatibility Validator API dump/check tasks for Android library modules built with AGP built-in Kotlin, where BCV does not register its own tasks (see Kotlin/binary-compatibility-validator#312). |
0.2.0
(24 July 2026) |
|
Provides the Ketoy compiler module for Android. Compiles @KetoyComposable / @KetoyViewModel Kotlin (Jetpack Compose) source into signed KBC (.ktx) bundles for the Ketoy server-driven UI runtime, and wires the ketoyBundle and ketoyExportCapabilities tasks. Open source: https://github.com/KetoyDev/ketoy |
0.4.21-alpha
(20 July 2026) |
|
A Gradle plugin for developing Spellscroll plugins. It wires up the Spellscroll API dependency, generates a constants class, builds your optional UI module, and launches the installed Spellscroll app with your plugin loaded for live development. |
1.1.2
(24 June 2026) |