net.bytebuddy.byte-buddy-gradle-plugin
Owner: Rafael Winterhalter
A plugin for post-processing class files via Byte Buddy in a Gradle build.
Sources: https://github.com/raphw/byte-buddy
Version 1.10.10
1.10.10
Created 29 April 2020.
A plugin for post-processing class files via Byte Buddy in a Gradle build.
Add this plugin to your build using the plugins DSL:
plugins {
id("net.bytebuddy.byte-buddy-gradle-plugin") version "1.10.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.bytebuddy:byte-buddy-gradle-plugin:1.10.10") } } apply(plugin = "net.bytebuddy.byte-buddy-gradle-plugin")
- Applying plugins to all subprojects .