io.github.zafkiel1312.verifyfeign
Owner: Tim Döring
Plugin to check, if RestControllers are used by clients and clients have suitable rest-interfaces
https://github.com/Zafkiel1312/verify-feign
Sources: https://github.com/Zafkiel1312/verify-feign
Version 0.5 (latest)
0.5
Created 13 September 2023.
Plugin to check, if RestControllers are used by clients and clients have suitable rest-interfaces
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.zafkiel1312.verifyfeign") version "0.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.zafkiel1312.verifyfeign:verifyfeign:0.5") } } apply(plugin = "io.github.zafkiel1312.verifyfeign")
- Applying plugins to all subprojects .