Search Gradle plugins
Plugin | Latest Version |
---|---|
name.remal.dependencies-modifierPlugin that modifies dependencies. |
1.5.0
(18 August 2021) |
com.github.lanchon.dexpatcher.patched-applicationThe DexPatcher Patched Application plugin produces a modified Android application by applying changes and additions to code and resources of a source application imported as a DexPatcher APK library. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |
com.github.lanchon.dexpatcher.apk-libraryThe DexPatcher APK Library plugin processes an Android application (APK) file and produces a DexPatcher APK library file that can be used to create modified versions of the source application. The file is similar in structure to an Android Library (AAR) file. It includes the decoded Android resources of the application and its Dalvik bytecode translated into Java bytecode among other things. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 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.dev-51
(28 January 2025) |
io.github.gw-kit.delta-coveragePlugin that computes code coverage on modified code |
3.2.0
(09 January 2025) |
com.ryandens.jlink-jibModifies container images to use a minimal java runtime built with jlink. |
0.4.1
(16 September 2024) |
com.ryandens.jlink-application-distributionModifies application distribution to use a minimal java runtime built with jlink. |
0.4.1
(16 September 2024) |
com.ryandens.jlink-applicationModifies application plugin to integrate with jlink |
0.4.1
(16 September 2024) |
ch.addere.dga.connectorpluginThe Dependency Graph Analyser (DGA) Connector Plugin is designed for use with Gradle multi-project builds. It collects module dependency data from all Gradle projects within the build and exports this information in a format compatible with the DGA CLI tool for further analysis and visualisation. The plugin is typically applied using a Gradle init script, making it easy to integrate into existing builds without modifying individual project configurations. |
0.1.5
(13 September 2024) |
io.github.surpsg.delta-coveragePlugin that computes code coverage on modified code |
2.5.0
(08 September 2024) |