com.palantir.witchcraft-logging-idea
Owner: Palantir Technologies
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.4.0
2.4.0
Created 12 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-idea") version "2.4.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.palantir.witchcraft.java.logging:gradle-witchcraft-logging:2.4.0") } } apply(plugin = "com.palantir.witchcraft-logging-idea")
- Applying plugins to all subprojects .