Search Gradle plugins

com.cognifide.habit

Http Black Box Tester environment manager

https://github.com/habit

Sources: https://github.com/habit

Version 0.6.3

0.6.3

Created 09 October 2019.

Http Black Box Tester environment manager

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.cognifide.habit") version "0.6.3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.cognifide.habit:gradle-plugin:0.6.3")
      }
    }
    
    apply(plugin = "com.cognifide.habit")
  • Applying plugins to all subprojects .