Search Gradle plugins

Version 0.3.0

0.3.0

Created 16 September 2022.

Adds more output to the test tasks

Add this plugin to your build using the plugins DSL:

plugins {
  id("no.tritt.test-output-conventions") version "0.3.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("no.tritt.gradle:java-conventions:0.3.0")
      }
    }
    
    apply(plugin = "no.tritt.test-output-conventions")
  • Applying plugins to all subprojects .