com.cognifide.habit
Owner: Tomasz Krug
Http Black Box Tester environment manager
Sources: https://github.com/habit
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cognifide.habit") version "0.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cognifide.habit:gradle-plugin:0.5.1") } } apply(plugin = "com.cognifide.habit")
- Applying plugins to all subprojects .