net.corda.plugins.api-scanner
Owner: R3 Corda
Corda API Scanner Plugin
https://github.com/corda/corda-gradle-plugins
Sources: https://github.com/corda/corda-gradle-plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("net.corda.plugins.api-scanner") version "7.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.corda.plugins:api-scanner:7.0.0") } } apply(plugin = "net.corda.plugins.api-scanner")
- Applying plugins to all subprojects .