Update Jabel

This commit is contained in:
Username404 2021-12-10 19:56:15 +01:00
parent e9bd039317
commit 72e118d45a
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 4 additions and 1 deletions

View File

@ -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) }