de.db.vz.msintplugin
Owner: Benjamin Hofmann
Gradle Plugin to execute microservice integration tests with docker
https://github.com/dbsystel/microservice-integrationtest-gradle-plugin
Sources: https://github.com/dbsystel/microservice-integrationtest-gradle-plugin
Version 1.1.6
1.1.6
Created 30 July 2018.
Gradle Plugin to execute microservice integration tests with docker
Add this plugin to your build using the plugins DSL:
plugins {
id("de.db.vz.msintplugin") version "1.1.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.de.db.vz:msintplugin:1.1.6") } } apply(plugin = "de.db.vz.msintplugin")
- Applying plugins to all subprojects .