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