Search Gradle plugins

Version 1.0.7

1.0.7

Created 30 June 2021.

The Gateway policy plugin can be used to develop Custom Gateway configuration

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.ca.apim.gateway.gateway-policy-plugin-base") 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-base")
  • Applying plugins to all subprojects .