Version 1.2.4
1.2.4
Created 24 October 2022.
JGiven - BDD in plain Java integrated into Gradle builds
Add this plugin to your build using the plugins DSL:
plugins {
id("com.tngtech.jgiven.gradle-plugin") version "1.2.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.tngtech.jgiven:jgiven-gradle-plugin:1.2.4") } } apply(plugin = "com.tngtech.jgiven.gradle-plugin")
- Applying plugins to all subprojects .