Search Gradle plugins

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 .