de.sebastianboegl.shadow.transformer.log4j
Owner: Sebastian Bögl
A shadow transformer implementation for log4j to concatenate Log4j2Plugins.dat files.
https://github.com/TheBoegl/shadow-log4j-transformer
Sources: https://github.com/TheBoegl/shadow-log4j-transformer
Version 2.1.1 (latest)
2.1.1
Created 03 August 2017.
A shadow transformer implementation for log4j to concatenate Log4j2Plugins.dat files.
Add this plugin to your build using the plugins DSL:
plugins {
id("de.sebastianboegl.shadow.transformer.log4j") version "2.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.de.sebastianboegl.gradle.plugins:shadow-log4j-transformer:2.1.1") } } apply(plugin = "de.sebastianboegl.shadow.transformer.log4j")
- Applying plugins to all subprojects .