Search Gradle plugins

Plugin Latest Version

This 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.11
(14 July 2025)

Supports the declaration of Maven S3 repositories that obtain their credentials from the default AWS provider chain

1.5.1
(13 June 2025)

File transformations for the Copy task using Configurate

6.2.0
(09 March 2025)

Code generation for resource bundle strings

6.2.0
(09 March 2025)

Adds a remote build cache that is configured via environment variables: - GRADLE_REMOTE_BUILD_CACHE_URL: the base URL for the remote build cache - PUSH_TO_REMOTE_BUILD_CACHE: boolean value whether to push to the remote build cache or to use it only for pulling. (optional, default: false) - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) No remote cache is added if no GRADLE_REMOTE_BUILD_CACHE_URL is set.

1.1.0
(23 January 2025)

The util to easily define the app version in the property file. Create `version.properties` file at project root level (default) with following properties: `version.code`, `version.major`, `version.minor`, `version.patch`. To define different properties file name or location use `versionPropDef.propertyFile`.

1.0.0
(04 January 2025)

A custom Gradle plugin that extends gradle-jooq-plugin with default configurations.

1.0.0
(11 November 2024)

Configuration of and additional functionality for the SpotBugs Gradle plugin

3.3
(29 August 2024)

Configuration of and additional functionality for the standard PMD plugin

3.3
(29 August 2024)

Configuration of and JUnit summary report for the standard Test task

3.3
(29 August 2024)