Search Gradle plugins
Plugin | Latest Version |
---|---|
com.xenoterracide.gradle.kotlinThis plugin is unmaintained and may not work. Manage dependendencies |
0.8.1
(22 February 2019) |
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.3
(25 February 2025) |
io.github.zenhelix.jdk8.conventionA Gradle plugin that automates the setup and management of JDK installations for your build environmen |
0.12.0
(22 March 2025) |
io.github.zenhelix.jdk21.conventionA Gradle plugin that automates the setup and management of JDK installations for your build environmen |
0.12.0
(22 March 2025) |
io.github.zenhelix.jdk17.conventionA Gradle plugin that automates the setup and management of JDK installations for your build environmen |
0.12.0
(22 March 2025) |
io.github.zenhelix.jdk11.conventionA Gradle plugin that automates the setup and management of JDK installations for your build environmen |
0.12.0
(22 March 2025) |
com.kmong.codeartifactgradle dependency management, simple aws codeartifact config plugin. simple aws codeartifact private repository authentication. > aws codeartifact private repository setting, very tired and complex. |This plugin configures the AWS CodeArtifact repository for the project. |It retrieves the CodeArtifact token and sets the repository URL and credentials. |The plugin uses the AWS SDK for Java v2 to interact with the AWS CodeArtifact service. |The plugin requires the AWS credentials to be set up in the AWS credentials file. |The plugin also requires the AWS CodeArtifact repository to be set up in the AWS account. |The plugin is designed to work with the Gradle build system. |The plugin is designed to work with the Kotlin programming language. |
0.0.4
(21 March 2025) |
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.3
(25 February 2025) |