bump gradle and lombok version

This commit is contained in:
2022-01-15 19:59:02 +08:00
parent 71dd8c60fe
commit 8cc645993d
4 changed files with 168 additions and 116 deletions

View File

@@ -42,12 +42,15 @@ dependencies {
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withJavadocJar()
withSourcesJar()
}
compileJava {
options.release = 8
options.compilerArgs << '-parameters'
}
TaskProvider<Zip> pathClassLoaderTestBundleTask = tasks.register("pathClassLoaderTestBundle", Zip) {
from(configurations.pathClassloaderTest)
archiveBaseName = "pathClassLoaderTestBundle"