Search Gradle plugins

Version 0.1.0-rc.9

0.1.0-rc.9

Created 21 December 2023.

A plugin that allows building groovy-cps transformed classes in Gradle.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.blackbuild.jenkins.groovy-cps") version "0.1.0-rc.9"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.blackbuild.groovycps:jenkins-groovy-lib-plugin:0.1.0-rc.9")
      }
    }
    
    apply(plugin = "com.blackbuild.jenkins.groovy-cps")
  • Applying plugins to all subprojects .