Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.jobernas.gradle-conventional-changelogUse the format established by Google's Angular team to automatically generate a changelog file from git commit messages. |
0.3.4
(30 March 2023) |
io.github.davidburstrom.version-compatibilitySets up a compatibility test suite against given versions of one or more dependencies, and sets up source sets to create compatibility adapters for different versions of a dependency. This is useful in any context where the runtime dependencies of a program is a matter of configuration, e.g. when integrating a 3rd party tool in a software suite. |
0.5.0
(28 March 2023) |
io.github.themrmilchmann.ecjA Gradle plugin for using the Eclipse Compiler for Java (ECJ) for compiling Java files |
0.2.0
(06 March 2023) |
io.github.themrmilchmann.toolchain-switchesA Gradle plugin that adds command line parameters that may be used to dynamically switch between toolchains for specific tasks. |
0.3.0
(06 March 2023) |
io.github.cryosleeper.gradle.json-modificationThis plugin allows to change JSON files using JsonPath:<new value> dictionaries |
2.0.0
(31 January 2023) |
io.github.furutuki.android-svg-transcoderA gradle plugin that helps you transcode svg files to android source file(Java), with which you can compile and use the generated classes to render svg image in canvas |
0.1.1
(03 January 2023) |
io.github.nigelgbanks.IsleBuildCtlWrapper around buildctrl for use with buildkit |
1.0.12
(08 December 2022) |
io.github.coffee377.devtoolsquick and easy to use common functions |
0.1.2
(07 November 2022) |
io.github.rojarand.spread-i18n-gradle-pluginProvides functionality to automate import of translations stored in an Excel sheet to projects (iOS, Android) using Gradle Build Tool. The plugin also supports export of translations from a project to Excel file, |
1.0.0
(29 October 2022) |
io.github.mmalygin.openapi-generatorThis plugin allows you to generate client and server SDKs for different languages, documentation and new generators from OpenAPI 2.0 and 3.x specifications. It does mostly the same things as openapi generator plugin but has a set of additional parameters: 1. Java client retrofit2 generator: add "interfaceOnly" additional property. If it's true, only API interfaces are generated. 2. Java client retrofit2 generator: allow to select serialization library when interfaceOnly = true. It's possible to use jackson instead of gson. 3. Possibility to configure useOneOfInterfaces via additional properties. Generation oneOf interfaces for Java Spring generator. |
6.2.0
(02 October 2022) |