build_docker

This commit is contained in:
MaxKey
2023-08-30 15:12:04 +08:00
parent ff00425a46
commit 66be358295
2 changed files with 4 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ allprojects {
transitive = false// 为本依赖关闭依赖传递特性
}
//java Version
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 17
targetCompatibility = 17
compileJava.options.encoding = 'UTF-8'
eclipse {

View File

@@ -42,8 +42,8 @@ allprojects {
transitive = false// 为本依赖关闭依赖传递特性
}
//java Version
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 17
targetCompatibility = 17
compileJava.options.encoding = 'UTF-8'
eclipse {