Search Gradle plugins

Plugin Latest Version

Extracts unit test coverage metrics from a JaCoCo report and displays a summary in the build output

1.0.0
(22 November 2019)

Plugin to reduce code duplication especially when writing Gradle plugin project

1.1.4
(06 August 2018)

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.9
(30 July 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.9
(30 July 2026)

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.9
(30 July 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.9
(30 July 2026)

Convention plugin that configures Detekt, SonarQube, and JaCoCo for static analysis and code coverage.

0.42.0
(29 July 2026)

Tools for running TestKit tests with Jacoco coverage

0.3.0
(18 July 2026)

Tools for running TestKit tests with Jacoco coverage

0.3.0
(18 July 2026)

Process jacoco report and print the code coverage to the Azure DevOps

0.0.4
(23 March 2026)