com.coditory.integration-test
Owner: pmendelski
Integration test plugin
https://github.com/coditory/gradle-integration-test-plugin
Sources: https://github.com/coditory/gradle-integration-test-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.coditory.integration-test") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.coditory.gradle:integration-test-plugin:2.0.0") } } apply(plugin = "com.coditory.integration-test")
- Applying plugins to all subprojects .