Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Adds a Maven-style META-INF/maven/<groupId>/<artifactId>/pom.properties to the main jar, wired by convention from the project's group, name and version so Maven-aware tooling (SBOM generators, classpath inspectors, security scanners) can identify the artifact a jar belongs to. The generated file is deterministic with no timestamp, keeping archives reproducible. |
0.2.0
(04 September 2026) |
|
Applies one of various plugins based on a gradle property. |
0.1.0
(14 May 2026) |
|
Property and Yaml encryption/decryption with configuration |
1.4.1
(29 April 2026) |
|
Turns .properties files into constant.java files. |
0.11
(14 March 2024) |
|
Additional System/Project property sources |
0.54.0
(26 December 2023) |
|
Plugins download SDKs & distributions and to simpify property resolving |
0.5.0
(12 May 2023) |
|
A project plugin that allows dev to manage ext properties in an external yaml file and adds other convenient development tasks |
0.0.5
(06 May 2023) |
|
Apply Legyver license data to a specified properties file from internal values. |
1.0.0
(19 December 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) |
|
Makes available all GitVersion properties to the gradle build (i.e. GitVersion.SemVer). Run task GitVersion for a list of all properties. Requires GitVersion installed |
1.1.1
(15 February 2021) |