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 5.1.0
5.1.0
Created 09 September 2018.
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 "5.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-project-plugin:5.1.0") } } apply(plugin = "nebula.integtest")
- Applying plugins to all subprojects .