Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
The Android Base Library Plugin is a foundational plugin designed to standardize the configuration of all your Android library modules. It automates the setup of core settings, ensuring consistency across your project. This plugin handles essential tasks such as applying the Android and Kotlin plugins, setting the compile and minimum SDK versions, configuring build types (debug/release), defining Java and Kotlin compilation options, and setting up default source sets and resource configurations. By using this plugin, you can significantly reduce boilerplate code and maintain a uniform structure across all your library modules. |
0.0.11
(14 July 2025) |
|
A Gradle plugin that simplifies the setup and configuration of Java libraries, including compilation, testing, and publishing, with built-in conventions and utilities. |
0.12.0
(22 March 2025) |
|
The DexPatcher APK Library plugin processes an Android application (APK) file and produces a DexPatcher APK library file that can be used to create modified versions of the source application. The file is similar in structure to an Android Library (AAR) file. It includes the decoded Android resources of the application and its Dalvik bytecode translated into Java bytecode among other things. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |
|
Generate a contextual DirectionRegistry for your module :) |
1.0.1
(07 September 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) |
|
Automatic configuration of the Gradle Java-Library plugin |
1.3.0
(19 May 2026) |
|
Library plugin extension with Compose and Material3 dependencies. This plugin extends 'library' plugin. |
2.15
(16 April 2026) |
|
A plugin that produces a native library from C source |
0.5.0
(05 November 2024) |
|
This plugin contains all the work from `info.offthecob.Base` but includes `java-library` for building jvm libraries. |
1.0.17
(11 July 2024) |