build: 更改至 Java8 版本

This commit is contained in:
2022-12-02 23:01:22 +08:00
parent 5bc8e3fb4c
commit c66752bf11
4 changed files with 8 additions and 4 deletions

View File

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