no.tritt.test-output-conventions
Owner: Mikael Vik
Adds more output to the test tasks
https://tritt-open.gitlab.io/tritt-gradle-plugins/java-conventions.html
Sources: https://gitlab.com/tritt-open/tritt-gradle-plugins.git
Add this plugin to your build using the plugins DSL:
plugins {
id("no.tritt.test-output-conventions") version "0.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("no.tritt.gradle:java-conventions:0.3.1") } } apply(plugin = "no.tritt.test-output-conventions")
- Applying plugins to all subprojects .