feat: 更新Java版本

This commit is contained in:
2022-11-04 00:37:39 +08:00
parent 29f02c4413
commit a3c22a08bd

View File

@@ -33,8 +33,8 @@ subprojects {
} }
java { java {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_17
// withJavadocJar() // withJavadocJar()
withSourcesJar() withSourcesJar()
} }