Skip to content

Common API to transform classes via Javassist during gradle and maven builds. Works on Android too.

Notifications You must be signed in to change notification settings

stephanenicolas/javassist-gradle-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javassist Gradle Plugin

Also See

Javassist Maven Plugin

Gradle

Pulling the dependency

Put this in the top of the build.gradle at the root of your project:

buildscript {
  repositories {
    mavenCentral()
    mavenLocal()
  }

  dependencies {
    classpath 'com.darylteo.gradle:javassist-plugin:0.2.0'
  }
}

Usage

TBC

About

Common API to transform classes via Javassist during gradle and maven builds. Works on Android too.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.6%
  • Groovy 34.4%