[Build] Fix a bunch of buildscript compilation warnings
#KTI-1221 Fixed
This commit is contained in:
committed by
Space Team
parent
46e83ef7da
commit
a93c49baf1
@@ -33,7 +33,7 @@ val currentOsType = run {
|
||||
|
||||
val osArch = when (providers.systemProperty("sun.arch.data.model").get()) {
|
||||
"32" -> OsArch.X86_32
|
||||
"64" -> when (providers.systemProperty("os.arch").get().toLowerCase()) {
|
||||
"64" -> when (providers.systemProperty("os.arch").get().lowercase()) {
|
||||
"aarch64" -> OsArch.ARM64
|
||||
else -> OsArch.X86_64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user