com.ca.apim.gateway.gateway-policy-plugin
Owner: Scott Chang
The Gateway policy plugin can be used to develop Gateway configuration
https://github.com/ca-api-gateway/gateway-developer-plugin
Sources: https://github.com/ca-api-gateway/gateway-developer-plugin.git
Version 1.0.7
1.0.7
Created 30 June 2021.
The Gateway policy plugin can be used to develop Gateway configuration
Add this plugin to your build using the plugins DSL:
plugins {
id("com.ca.apim.gateway.gateway-policy-plugin") version "1.0.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.ca.apim.gateway:gateway-policy-plugin:1.0.7") } } apply(plugin = "com.ca.apim.gateway.gateway-policy-plugin")
- Applying plugins to all subprojects .