Search Gradle plugins
| Plugin | Latest Version |
|---|---|
org.hiero.gradle.feature.git-properties-fileAdds a 'git.properties' file with 'git.commit.id' entries to the Jar and makes sure the file is ignored in classpath normalization |
0.6.1
(05 November 2025) |
org.hiero.gradle.feature.build-cacheStandard configuration for a remote build cache that is pushed to from CI and pulled from everywhere |
0.6.1
(05 November 2025) |
org.hiero.gradle.feature.benchmarkConventions for 'me.champeau.jmh' to use it in JPMS projects |
0.6.1
(05 November 2025) |
org.hiero.gradle.feature.antlrConventions for 'antlr' that add missing task dependencies when integrating with other plugins |
0.6.1
(05 November 2025) |
org.hiero.gradle.feature.aggregationConfiguration for an aggregation project for aggregating artifacts (publishing, code coverage) and consistent dependency resolution |
0.6.1
(05 November 2025) |
org.hiero.gradle.check.javac-lintConventions for the linting features (-Xlint) of 'javac' that run as part of each 'compileJava' task |
0.6.1
(05 November 2025) |
eu.aylett.conventions.jvmConventional support for JVM build features, like integration tests |
0.7.0
(02 September 2025) |
eu.aylett.plugins.baseBase plugin for registering common Gradle features |
0.7.0
(02 September 2025) |
de.joshuagleitze.dgs.codegenFork of graphql-dgs-codegen-gradle, with support for jspecify. Only maintained until the feature is merged upstream. |
8.0.0
(16 July 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.11
(14 July 2025) |