name.remal.integration-testing
Owner: Semyon Levin
Plugin that provides integration testing functionality.
https://gitlab.com/remal/gradle-plugins
Sources: https://gitlab.com/remal/gradle-plugins
Version 0.29.5
0.29.5
Created 09 October 2017.
Plugin that provides integration testing functionality.
Add this plugin to your build using the plugins DSL:
plugins {
id("name.remal.integration-testing") version "0.29.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.name.remal:gradle-plugins:0.29.5") } } apply(plugin = "name.remal.integration-testing")
- Applying plugins to all subprojects .