Search Gradle plugins

Plugin Latest Version

create java file from smart contract abi(json) file.

1.0.4
(08 March 2023)

A Gradle plugin for using the Eclipse Compiler for Java (ECJ) for compiling Java files

0.2.0
(06 March 2023)

A 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)

The io.github.estivensh4.jacoco-full-report plugin adds a task that produces a Jacoco report for the combined code coverage of the tests of all subprojects of the current project.

0.0.2
(23 February 2023)

The io.github.estivensh4.jacoco-coverage plugin allows Gradle build scripts to configure minimum Java Code Coverage thresholds for projects, packages, classes, and files.

0.0.2
(23 February 2023)

A 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)

Java runtime dependency management.

0.0.1
(15 November 2022)

This plugin helps to generate java POJO models for GraphQL Request Body Generator library.

1.0.0
(10 November 2022)

A plugin that integrates specgen Java code generation into the Gradle build process.

2.1.2134
(17 October 2022)

This 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)