Search Gradle plugins

Version 0.11.1 (latest)

0.11.1

Created 13 January 2018.

Full stack testing with Docker Compose

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.stackwork") version "0.11.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.stackwork.gradle:stackwork:0.11.1")
      }
    }
    
    apply(plugin = "org.stackwork")
  • Applying plugins to all subprojects .