Search Gradle plugins

com.palantir.witchcraft-logging-idea

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.13.0 (latest)

2.13.0

Created 11 September 2024.

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-idea") version "2.13.0"
}

See also:

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