buildscript {
dependencies {
classpath ("com.github.smac89:safeenum-aspect-task:master-SNAPSHOT")
}
repositories {
maven { url 'https://jitpack.io' }
}
}
smac89/safeenum-aspect-task
Used to weave aspects generated by safeenum, into the final binary
GroovyMIT