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