com.github.luzzif.integration-tests
Owner: Federico Luzzi
A Gradle plugin to easily setup JVM-based languages integration testing.
https://github.com/luzzif/gradle-integration-tests
Sources: https://github.com/luzzif/gradle-integration-tests
Version 1.2.3-SNAPSHOT
1.2.3-SNAPSHOT
Created 23 July 2018.
A Gradle plugin to easily setup JVM-based languages integration testing.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.luzzif.integration-tests") version "1.2.3-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.luzzif:gradle-integration-tests:1.2.3-SNAPSHOT") } } apply(plugin = "com.github.luzzif.integration-tests")
- Applying plugins to all subprojects .