io.github.stefankoppier.oasdiff
Owner: Stefan Koppier
Wrapper for the Tufin oasdiff OpenAPI breaking changes detection tool.
https://github.com/stefankoppier/oasdiff-gradle
Sources: https://github.com/stefankoppier/oasdiff-gradle
Version 0.0.2
0.0.2
Created 22 May 2023.
Wrapper for the Tufin oasdiff OpenAPI breaking changes detection tool.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.stefankoppier.oasdiff") version "0.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.stefankoppier:plugin:0.0.2") } } apply(plugin = "io.github.stefankoppier.oasdiff")
- Applying plugins to all subprojects .