com.blackbuild.jenkins.groovy-cps
Owner: Stephan Pauxberger
A plugin that allows building groovy-cps transformed classes in Gradle.
https://github.com/blackbuild/jenkins-groovy-lib-utils
Sources: https://github.com/blackbuild/jenkins-groovy-lib-utils.git
Version 0.1.0-rc.6
0.1.0-rc.6
Created 20 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.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.blackbuild.groovycps:jenkins-groovy-lib-plugin:0.1.0-rc.6") } } apply(plugin = "com.blackbuild.jenkins.groovy-cps")
- Applying plugins to all subprojects .