Search Gradle plugins

Plugin Latest Version

Configures conventions for Xenit private packages

0.7.0
(17 February 2026)

A Gradle settings plugin that automatically configures your project's repositories. It centralizes repository management by adding the Edfapay private repository access, This can be disabled by setting repositoriesMode to PREFER_PROJECT.

2.0.1
(18 December 2025)

Able to access to private repository

0.2.2
(19 August 2021)

This plugin allows you to add a git repository as a maven repo, even if the git repository is private, similar to how CocoaPods works.

1.0.0
(07 April 2020)

Gradle plugin that resolves AWS credentials for private Maven repositories assembled on AWS S3

2.0.0
(12 January 2022)

A Gradle plugin that configures your project to use Edfapay's private repository and helps to configure Edfapay SDK dependencies

2.0.1
(18 December 2025)

Manages uploading and updating updatePlugins.xml for IntelliJ plugins to a private repository

1.3.5
(10 May 2024)

Plugin allows to add Gitlab private Maven repositories to your Gradle dependencies.

0.0.4
(16 June 2020)

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.0
(17 June 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.0
(17 June 2026)