tekgenesis.tests
Owner: TekGenesis
This plugin is used to setup test properties related to suigeneris
Sources: https://github.com/tekgenesis/gradle-plugin
Version 0.8.41
0.8.41
Created 16 August 2018.
This plugin is used to setup test properties related to suigeneris
Add this plugin to your build using the plugins DSL:
plugins {
id("tekgenesis.tests") version "0.8.41"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.tekgenesis:gradle-plugin:0.8.41") } } apply(plugin = "tekgenesis.tests")
- Applying plugins to all subprojects .