com.easycode.gherk
Owner: Jose Durán
Gherk plugin to generate test code
Sources: https://dl.bintray.com/jddjose/joshdur
Add this plugin to your build using the plugins DSL:
plugins {
id("com.easycode.gherk") version "0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.easycode:gherk:0.2") } } apply(plugin = "com.easycode.gherk")
- Applying plugins to all subprojects .