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 1.0.1
1.0.1
Created 05 October 2020.
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 "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.ca.apim.gateway:gateway-import-plugin:1.0.1") } } apply(plugin = "com.ca.apim.gateway.gateway-import-plugin")
- Applying plugins to all subprojects .