com.xenoterracide.gradle.junit-defaults
Owner: Caleb Cushing
This plugin is unmaintained and may not work. Xeno's JUnit Configuration
https://bitbucket.org/xenoterracide/gradle-junit
Sources: https://bitbucket.org/xenoterracide/gradle-junit
Add this plugin to your build using the plugins DSL:
plugins {
id("com.xenoterracide.gradle.junit-defaults") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.xenoterracide:gradle-junit:0.1.0") } } apply(plugin = "com.xenoterracide.gradle.junit-defaults")
- Applying plugins to all subprojects .