Search Gradle plugins
Plugin | Latest Version |
---|---|
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.7
(17 May 2025) |
io.github.appspiriment.applicationThis Gradle plugin configures an Android application module with the necessary setup for Hilt Dependency Injection (DI). It automatically manages versioning by updating the version in a `version.properties` file with each build. The plugin streamlines the setup for the Android application, enabling seamless integration with Hilt DI and automatic version management. Warning: Modifying or changing the `appspirimentlibs.versions.toml` file manually can cause the plugin to fail, as it may get overwritten during plugin updates. For any version changes or dependency additions, it is recommended to update the default `libs.versions.toml` file instead. |
0.0.7
(17 May 2025) |
dev.mythicdrops.gradle.project.rootCommon conventions for MythicDrops root Gradle projects. |
9.1.0
(14 April 2025) |
dev.mythicdrops.gradle.project.baseCommon conventions for all MythicDrops Gradle projects. |
9.1.0
(14 April 2025) |
tools.refinery.javaConfigures common Java settings for projects using Refinery |
0.1.6
(16 March 2025) |
org.ysb33r.nodejs.devProvides conventions for wrapping Gradle around Node development |
4.0.4
(12 March 2025) |
me.champeau.jmhIntegrates the JMH microbenchmarking framework with Gradle, providing conventional ways to setup sources and execute micro-benchmarks with JMH. Also known as the jmh-gradle-plugin. |
0.7.3
(30 January 2025) |
com.tailrocks.maven-publishCommon Gradle Maven Publish plugin conventions used by tailrocks projects. |
0.6.0
(22 January 2025) |
com.huanshankeji.team.default-github-packages-maven-publishGitHub Packages Maven publish (to Huanshankeji team's repository) with default conventions |
0.9.0
(04 December 2024) |
dev.teogor.ceres.jvm.librarySimplify JVM library development with standardized build logic and configurations for JVM (Java Virtual Machine) libraries within the Ceres project. |
1.0.0-alpha05
(15 April 2024) |