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.85
0.8.85
Created 07 January 2020.
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.85"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.tekgenesis:gradle-plugin:0.8.85") } } apply(plugin = "tekgenesis.tests")
- Applying plugins to all subprojects .