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'
}
}TBC
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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'
}
}TBC