Add this plugin to your build using the plugins DSL:
plugins {
id("com.tngtech.jgiven.gradle-plugin") version "1.0.0-RC1.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.tngtech.jgiven:jgiven-gradle-plugin:1.0.0-RC1.3") } } apply(plugin = "com.tngtech.jgiven.gradle-plugin")
- Applying plugins to all subprojects .