nebula.integtest
Owner: Nebula Plugins
Adds source set and task for running integration tests separately from unit tests
https://github.com/nebula-plugins/nebula-project-plugin
Sources: https://github.com/nebula-plugins/nebula-project-plugin.git
Version 6.0.3
6.0.3
Created 15 April 2019.
Adds source set and task for running integration tests separately from unit tests
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.integtest") version "6.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-project-plugin:6.0.3") } } apply(plugin = "nebula.integtest")
- Applying plugins to all subprojects .