com.ca.apim.gateway.gateway-import-plugin
Owner: Scott Chang
The Gateway import plugin can be used to import existing Gateway bundles into a CA API Gateway running instance
https://github.com/ca-api-gateway/gateway-developer-plugin
Sources: https://github.com/ca-api-gateway/gateway-developer-plugin.git
Version 0.7.4
0.7.4
Created 24 May 2019.
The Gateway import plugin can be used to import existing Gateway bundles into a CA API Gateway running instance
Add this plugin to your build using the plugins DSL:
plugins {
id("com.ca.apim.gateway.gateway-import-plugin") version "0.7.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.ca.apim.gateway:gateway-import-plugin:0.7.4") } } apply(plugin = "com.ca.apim.gateway.gateway-import-plugin")
- Applying plugins to all subprojects .