update to 2024.01.31

This commit is contained in:
2024-01-31 06:53:52 +08:00
parent ecbae35415
commit 21753f8e0c
26 changed files with 1589 additions and 58 deletions

View File

@@ -17,12 +17,11 @@ allprojects {
}
mavenCentral()
}
pluginManager.withPlugin('java-library') {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.GRAAL_VM
}
}
@@ -63,7 +62,7 @@ allprojects {
pluginManager.withPlugin('java-library') {
java {
withJavadocJar()
// withJavadocJar()
withSourcesJar()
}
}