com.devtub.scramble.junit-defaults
Owner: Chandler Redding
Common defaults for the JUnit test suite
https://github.com/devtub/scramble-gradle-plugins
Sources: https://github.com/devtub/scramble
Version 0.0.2 (latest)
0.0.2
Created 19 September 2017.
Common defaults for the JUnit test suite
Add this plugin to your build using the plugins DSL:
plugins {
id("com.devtub.scramble.junit-defaults") version "0.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.gradle.plugin.com.devtub.scramble:junit-defaults-gradle-plugin:0.0.2") } } apply(plugin = "com.devtub.scramble.junit-defaults")
- Applying plugins to all subprojects .