com.github.pedjak.dockerized-test
Running tests inside a docker image
https://github.com/pedjak/gradle-dockerized-test-plugin
Version 0.5.10 (latest)
0.5.10
Created 10 July 2019.
No version description available.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.pedjak.dockerized-test") version "0.5.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.pedjak.gradle.plugins:dockerized-test:0.5.10") } } apply(plugin = "com.github.pedjak.dockerized-test")
- Applying plugins to all subprojects .