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