Update Jabel
This commit is contained in:
parent
e9bd039317
commit
72e118d45a
|
@ -196,7 +196,7 @@ allprojects {
|
|||
dependencies {
|
||||
implementation(kotlin("stdlib-jdk8", kotlinVer))
|
||||
implementation(kotlin("reflect", kotlinVer))
|
||||
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.1")
|
||||
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2")
|
||||
}
|
||||
tasks {
|
||||
withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class) {
|
||||
|
@ -250,6 +250,9 @@ allprojects {
|
|||
}
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
tasks {
|
||||
file("remappedJars").let { if (it.exists()) clean.get().delete.add(it) }
|
||||
|
|
Loading…
Reference in New Issue