public class ByteBuddyPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
ByteBuddyPlugin.Dispatcher<T extends AbstractByteBuddyTask,S extends AbstractByteBuddyTaskExtension<T>>
A dispatcher for creating Gradle integrations depending on the available API.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LEGACY
If set to
true, the Byte Buddy plugin will be configured as if running on a legacy version of Gradle. |
| Constructor and Description |
|---|
ByteBuddyPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.Project project) |
public static final java.lang.String LEGACY
true, the Byte Buddy plugin will be configured as if running on a legacy version of Gradle.