Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Core plugin for internal Java/Kotlin subprojects. Applies java-library, Kotlin JVM, JaCoCo, and Spotless (Google Java Format). Configures the Java toolchain from the root BaseExtension's javaVersion (default '21'). Configures tests with JUnit Platform and finalizes them with jacocoTestReport. When mspVersion is set, enforces the MSP BOM, excludes commons-logging and log4j, and auto-wires the MapStruct annotation processor when mapstruct is detected on the classpath. Requires com.stano.base (or com.stano.application) on the root project. |
0.1.15
(14 August 2026) |
|
A plugin to enhance the Scala gradle core plugin with quality assurance tools |
3.19.0
(17 June 2026) |
|
Measures the energy consumption of Spring Boot applications using Joular Core |
0.2.0
(28 May 2026) |
|
Adds Spex core and the spex JUnit Platform engine to the consuming project's test suite, configured against JUnit Jupiter. Requires that the consumer has applied a JVM plugin (java-library, java, or application) first. |
2026.05.10
(25 May 2026) |
|
Static analysis for Spring Boot projects using the SpringSentinel core engine. |
2.0.1
(20 May 2026) |
|
Core support for publishing to modules to various Git repositories.Also supports local filesystem publishing. |
2.5.2
(26 March 2026) |
|
Lightweight S3 upload and download plugin |
3.0.4
(23 March 2026) |
|
Gradle plugin that lets modern Android apps compile and run on Android 2.3 (API 9). Handles multidex, core library desugaring, API shimming, resource downgrading, and platform stub injection. |
0.2.2
(15 March 2026) |
|
A Gradle plugin for Android that auto-generates a type-safe IconSet from your project's vector drawables. It leverages the icon-core-android library for a unified and robust approach to resource handling. |
1.1.0
(03 September 2025) |
|
The Android Compose Library Plugin streamlines the setup of Jetpack Compose and Hilt within your Android library modules. Leveraging the core configurations established by the Android Base Library Plugin, this plugin not only takes care of the fundamental settings like applying the Android and Kotlin plugins, setting SDK versions, and defining build types, but also automates the configuration of Compose build features, sets the correct Kotlin compiler extension version, and adds all the essential Compose dependencies. This includes UI, tooling, and testing libraries. Furthermore, it integrates Hilt by applying the necessary Hilt plugins and adding the required Hilt dependencies. By using this plugin, you can quickly enable Compose and Hilt in your library modules and ensure that all the necessary components are correctly configured, allowing you to start building beautiful and reactive UIs with ease while benefiting from dependency injection. It ensures that your library modules are consistently configured with the base settings, Hilt, and Compose. |
0.0.11
(14 July 2025) |