mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 08:59:10 +08:00
Update build.gradle
This commit is contained in:
parent
672fdce0bc
commit
c3acb4356c
@ -29,6 +29,8 @@ configurations.all {
|
||||
transitive = false// 为本依赖关闭依赖传递特性
|
||||
}
|
||||
|
||||
println "OS " + System.getProperty("os.name")+ " , ARCH "+System.getProperty("os.arch")
|
||||
|
||||
println "Run with Java version [ " + JavaVersion.VERSION_17 + " ] . Your Java version is [ " + JavaVersion.current() + " ]"
|
||||
|
||||
if (JavaVersion.current() < JavaVersion.VERSION_17) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user