Search Gradle plugins

Plugin Latest Version

Sets the project version from the state of the git repository it's in.

0.7.1
(05 September 2026)

A Gradle plugin for configuring common Figure settings and repositories

6.8.1-tcrawford-sc-536968-post-shade-fix.5
(01 September 2026)

Opinionated convention plugin that applies and configures the Kotlin JVM toolchain, compiler arguments (-Xjsr305=strict, -Xemit-jvm-type-annotations, allWarningsAsErrors), javaParameters, and standard repositories (mavenLocal, mavenCentral). Used as a shared foundation by kotlin-library and spring-service convention plugins.

1.0.0
(25 August 2026)

Spring Security Maven Plugin is a Gradle plugin that provides tasks for publishing releases to Maven Central (Sonatype) and Spring (Artifactory) repositories.

1.0.17
(25 August 2026)

A Gradle plugin that allows you to access code artifacts easily.

0.1.19
(24 August 2026)

A plugin that helps to maintain a semantic versioning of the build artifacts based on the project's git repository. It uses the current branch and the latest tag to enforce naming conventions

3.0.0
(19 August 2026)

Cleanly add Github Packages maven repos with credentials in global gradle.properties or env variable (for Github Actions)

1.2.3
(16 August 2026)

Settings-level plugin applied in settings.gradle. Configures dependency resolution management with mavenLocal(), mavenCentral(), and an optional private stano-maven repository. Configures local build cache and optional S3 remote build cache (enabled via STANO_BUILD_CACHE_TYPE=s3; configured via STANO_BUILD_CACHE_S3_* variables). Pins the Kotlin JVM plugin to a fixed version and self-pins all com.stano plugins to the version bundled with this plugin. Exposes a buildCacheSettings DSL to customize the S3 cache key prefix.

0.1.15
(14 August 2026)

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)

Extends com.stano.java for publishable library subprojects. Adds javadoc and sources JARs and configures Maven publishing to the private stano-maven repository (URL, username, and password from Gradle properties or STANO_MAVEN_URL / STANO_MAVEN_USERNAME / STANO_MAVEN_PASSWORD). Publishing is silently skipped when STANO_MAVEN_URL is not configured. Suppresses enforced-platform Gradle Module Metadata validation warnings.

0.1.15
(14 August 2026)