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.17.1
0.17.1
Created 11 September 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.17.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.name.remal:gradle-plugins:0.17.1") } } apply(plugin = "name.remal.integration-testing")
- Applying plugins to all subprojects .