Search Gradle plugins

com.palantir.witchcraft-logging-testreport

Palantir Witchcraft logging plugins used to improve developer experience building, running, and debugging applications using the witchcraft logging api: https://github.com/palantir/witchcraft-api.

https://github.com/palantir/witchcraft-java-logging

Sources: https://github.com/palantir/witchcraft-java-logging

Version 2.7.0

2.7.0

Created 17 August 2021.

Palantir Witchcraft logging plugins used to improve developer experience building, running, and debugging applications using the witchcraft logging api: https://github.com/palantir/witchcraft-api.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.palantir.witchcraft-logging-testreport") version "2.7.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.palantir.witchcraft.java.logging:gradle-witchcraft-logging:2.7.0")
      }
    }
    
    apply(plugin = "com.palantir.witchcraft-logging-testreport")
  • Applying plugins to all subprojects .