Search Gradle plugins

Version 1.1 (latest)

1.1

Created 30 September 2017.

Java code generators for Kentico Cloud. https://kenticocloud.com/

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.kenticocloud.generator") version "1.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.kenticocloud:cloud-generators-gradle:1.1")
      }
    }
    
    apply(plugin = "com.kenticocloud.generator")
  • Applying plugins to all subprojects .