org.stackwork.gradle
Owner: Quinten Krijger
Full stack testing with Docker Compose
Sources: https://github.com/stackwork/stackwork.git
Version 0.6.0-rc.4 (latest)
0.6.0-rc.4
Created 19 December 2015.
Full stack testing with Docker Compose
Add this plugin to your build using the plugins DSL:
plugins {
id("org.stackwork.gradle") version "0.6.0-rc.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.stackwork.gradle:stackwork:0.6.0-rc.4") } } apply(plugin = "org.stackwork.gradle")
- Applying plugins to all subprojects .