feat: 添加更多工具方法

This commit is contained in:
2022-11-04 00:20:06 +08:00
parent 456c654b14
commit 7d96ce0e41
4 changed files with 47 additions and 2 deletions

View File

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