Search Gradle plugins
Plugin | Latest Version |
---|---|
org.hibernate.build.maven-repo-authApplies security defined for a repository in Maven's settings.xml file to MavenRepository elements in a Gradle build - both upload and download |
3.0.4
(10 September 2020) |
one.chest.maven-repo-authApplies security defined for a repository in Maven's settings.xml file to MavenRepository elements in a Gradle build - both upload and download |
3.0.4
(20 January 2020) |
com.github.lanchon.dexpatcher.patch-libraryThe DexPatcher Patch Library plugin produces a DexPatcher patch library file that bundles compiled changes and additions to code and resources of a source application imported as a DexPatcher APK library, without bundling any part of the source application itself. The file is similar in structure to an Android library (AAR) file. The changes bundled in a patch library can be applied to the source application using the DexPatcher Patched Application plugin. Several patch libraries can be applied in the same step, or their application can be serialized though the cyclic use of the APK Library and Patched Application plugins. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |
ga.csys.tooling.apply-defaults-pluginPlugin to enforce standard defaults |
0.27
(08 November 2017) |
name.remal.quality-settingsPlugin that configures ru.vyarus.quality plugin if it's applied. This plugin also applies name.remal.findbugs-settings plugin. |
0.32.1
(16 October 2017) |
ga.csys.tooling.apply-multiproject-default-pluginPlugin to enforce standard defaults |
0.2
(08 August 2017) |
systems.concurrent.apply-defaults-pluginPlugin to enforce standard defaults |
0.3
(26 July 2017) |
com.dvoiss.globalpluginsApply plugins globally to all Gradle projects. |
1.0.1
(12 October 2016) |
io.github.appspiriment.libraryThis Gradle plugin configures an Android Library module with Hilt Dependency Injection (DI) using KSP (Kotlin Symbol Processing) and does not configure KAPT. It automatically applies the Hilt plugin to the library, enabling DI functionality with KSP. The plugin features a configurable extension, `configureLibrary`, which allows you to enable Compose capabilities by setting `isComposeLibrary` to true within the extension. Additionally, the plugin updates the `appspirimentlibs.versions.toml` file to manage and include the required dependencies for the library. This plugin streamlines the setup for Android libraries, providing seamless integration with Hilt (via KSP) and optional support for Compose. |
0.0.11
(14 July 2025) |
io.github.appspiriment.library-baseThe 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) |