Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Root-project prerequisite for all com.stano plugins. Registers the 'root' BaseExtension exposing cross-project configuration: javaVersion (default '21'), contextName, mspVersion, Docker registry coordinates, Pact Broker coordinates, and lazy CI metadata providers (branch name, commit hash, commit timestamp, build number). Registers the jacocoRootReport task that aggregates JaCoCo coverage across all subprojects. Must be applied to the root project before any other com.stano plugin. |
0.1.15
(14 August 2026) |
|
Highly-opinionated, batteries-included root gradle configuration plugin |
0.13.1
(31 October 2024) |
|
This plugin adds some utilities in root project in a multi-project build |
0.3.0
(19 March 2024) |
|
This plugin adds some utilities in root project in a multi-project build |
2.1.0
(28 January 2022) |
|
This plugin adds some utilities in root project in a multi-project build |
1.0.0
(20 February 2021) |
|
Plugin for generating an Xtext DSL language with MWE2 |
0.2.0
(02 November 2020) |
|
Gradle Plugin for root projects |
2.0.0-SNAPSHOT
(17 April 2019) |
|
Extends com.stano.base for multi-module library builds. Applies the base and jacoco plugins to the root project. Does not set a project version — intended for library repositories that manage versioning separately. Inherits the 'root' BaseExtension and the jacocoRootReport aggregate coverage task. |
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) |
|
Extends com.stano.base for multi-module application builds. Applies the base and jacoco plugins to the root project. Automatically derives project.version from git metadata: '<commitTimestamp>-<commitHash>' (or '<commitTimestamp>-<commitHash>-<buildNumber>' in CI). Inherits the 'root' BaseExtension and the jacocoRootReport aggregate coverage task. |
0.1.15
(14 August 2026) |