Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
A Gradle plugin that simplifies publishing artifacts to Maven Central using the Publisher API |
0.12.0
(26 April 2026) |
|
Adds a maven repository to the plugin resolution configuration that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) |
1.1.0
(23 January 2025) |
|
Adds a maven repository to the dependency resolution configuration that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) |
1.1.0
(23 January 2025) |
|
A plugin that allows you to publish repositories to the Maven Central Portal (new publish process) |
1.3.0
(16 November 2024) |
io.github.diskria.projektor
CC-compatible
An opinionated Gradle convention plugin for Diskria projects. Automates setup and multi-target publishing for Kotlin libraries and Gradle plugins, with built-in mono-repo support. |
8.0.12
(02 September 2026) |
org.jetbrains.kotlin.npm-publish
CC-compatible
A maven-publish alternative for NPM package publishing. Integrates with kotlin JS/KMP plugins (if applied) to automatically setup publishing to NPM repositories for all JS targets. |
3.7.0
(01 May 2026) |
no.conta.gitlab-conventions
CC-compatible
Adds Maven Repositories for GitLab groups and/or projects in a Conta manner |
2.0.0
(24 April 2026) |
no.conta.git-info
CC-compatible
Allows writing a git.properties file and including it in your jar file |
2.0.0
(24 April 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) |
|
Clean-room replacement for Gradle's maven-publish + Vanniktech. Emits JAR + sources + javadoc + POM + Gradle Module Metadata to Maven Local, Maven Central, or any custom Maven repo — read from the de-facto community POM_* gradle.properties convention. Fixes gradle/gradle#20294 by default. |
2026.08.20
(10 August 2026) |