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