Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Plugin that applies some plugins by default for buildSrc project. See documentation for full applied plugins list. |
1.5.0
(18 August 2021) |
|
A plugin that helps to maintain a semantic versioning of the build artifacts based on the project's git repository. It uses the current branch and the latest tag to enforce naming conventions |
2.0.2
(16 February 2024) |
|
The util to easily define the app version in the property file. Create `version.properties` file at project root level (default) with following properties: `version.code`, `version.major`, `version.minor`, `version.patch`. To define different properties file name or location use `versionPropDef.propertyFile`. |
1.0.0
(04 January 2025) |
|
Plugin that adds external annotations link (file://$USER_HOME$/idea-external-annotations) to IDEA project libraries. |
1.5.0
(18 August 2021) |
|
Plugin for OakForge project, using downloadURL and downloadDeployTokenfrom properties of project where it is applied to send get request with headerDEPLOY-TOKEN: ${downloadDeployToken} and save response in file named same aswhat is included in downloadURL after last / |
0.4-SNAPSHOT
(15 February 2021) |
|
Jawa language compiler for Gradle. Built with Gradle 2.13. Projects applying this plugin require a compile-time dependency on the jawa-compiler library. Please include this in the depencencies closure: dependencies { compile group: 'com.github.arguslab', name: 'jawa-compiler_2.11', version: '1.0.2' } |
1.0.7
(24 October 2016) |
|
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) |