Search Gradle plugins

Plugin Latest Version

Kotlin multi-platform and multi-project configurations plugin for Gradle: documentation generator (currently, Dokka)

5.2.2
(15 August 2026)

Kotlin multi-platform and multi-project configurations plugin for Gradle: bug-finder (currently, Detekt)

5.2.2
(15 August 2026)

A plugin that checks if two jars are compatible

0.1.18
(14 August 2026)

Shimosaka research laboratory

2.0.16
(14 August 2026)

Configures boilerplate NRLSSC Enterprise

5.1.15
(14 August 2026)

Adds several extra utility tasks specifically geared towards internal development

5.1.12
(14 August 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.15
(14 August 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.15
(14 August 2026)

Adds generateSchemaDiagram and generateSql tasks that run com.stano.schema.gendiagram.GenDiagram and com.stano.schema.gensql.GenSQL against a schema.xml file. Each task is only registered when the corresponding com.stano:schema-diagram-generator / com.stano:schema-sql-generator dependency is present on the project's runtimeClasspath; otherwise a warning is logged and the task is skipped.

0.1.15
(14 August 2026)

Adds Maven Central Portal publishing support: POM metadata, GPG signing, a staging-deploy publication, and a publishToMavenCentral upload task. Composable alongside private-repo publishing (e.g. com.stano.java-library). All POM/developer/license/component values are configured explicitly via the 'mavenCentralPublish' extension — no org-wide defaults are assumed.

0.1.15
(14 August 2026)