Search Gradle plugins
| Plugin | Latest Version |
|---|---|
app.brant.amazonappstorepublisher
Deprecated
Gradle Amazon App Store Publisher allows you to upload your APKs to the amazon app store |
0.1.0
(26 June 2019) |
|
This is a gradle plugin for android. Refresh (upload and download) localization files using lokalise.com. Forked from https://github.com/likandr/lokalise-plugin, in order to stop using the deprecated V1 API |
1.4.1
(29 April 2021) |
|
Plugin that writes a java builder for the fxml file that can be loaded using the fx2j api |
0.1.0
(14 June 2024) |
io.redskap.swagger-brake
Deprecated
DEPRECATED: use https://plugins.gradle.org/plugin/com.docktape.swagger-brake instead A plugin to check Swagger definition files for any breaking API changes |
2.4.0
(03 October 2023) |
|
Configures a Java library package for Smithy traits, using Smithy's trait-codegen plugin to generate Java implementation of traits. |
1.4.0
(24 February 2026) |
|
This project integrates Smithy with Gradle. This plugin can build artifacts from Smithy models, generate JARs that contain Smithy models found in Java projects, and generate JARs that contain filtered *projections* of Smithy models. |
0.7.0
(17 April 2023) |
|
OasLint is a Gradle plugin that enforces consistent naming conventions and structure in OpenAPI specifications. It validates schemas, parameters, paths, tags, and operation IDs against defined format rules, helping teams maintain clean, readable, and standardized API definitions. Ensure your OpenAPI specs stay consistent and error-free across projects. |
0.2.0
(24 November 2025) |
|
This plugin sets up the basic capabilities necessary for building Smithy models.Applying this plugin will create the basic source sets and configurations needed for smithyprojects. It will also create a smithy build task that will build and validate all the smithy models in the project. |
1.4.0
(24 February 2026) |
|
Adds built Smithy files to an existing jar task such as that createdby the Java or Kotlin plugins. The smithy-jar plugin also adds build metadataand tags to the JAR's MANIFEST. The smithy-jar plugin applies the smithy-baseplugin when it is applied. |
1.4.0
(24 February 2026) |
|
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) |