Search Gradle plugins

Plugin Latest Version

Automatically push the test results in real-time when the build is runnign on Appveyor

4.0.1
(15 August 2024)

A plugin that helps configure the publishing extension from maven-publish using environment variables

2.0.0
(31 January 2024)

Plugin to gather information about the environment

11.4.1
(29 August 2022)

Plugin for publishing test reports to remote servers

0.2.0
(11 April 2022)

Plugin that checks if it is running on a continuous integration server and gives you access to the build metadata.

0.5.0
(25 October 2020)

Plugin for accessing build information from various CI systems

0.9
(18 March 2019)

Buildprocess tasks: version extension and bom upload to dependency track service

1.0.6
(23 June 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.6
(22 June 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.6
(22 June 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.6
(22 June 2026)