This commit is contained in:
Ugljesa Jovanovic 2020-05-31 21:15:22 +02:00 committed by Ugljesa Jovanovic
parent a7818e7b15
commit a964a2b9d3
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -242,7 +242,7 @@ tasks {
platforms = listOf("Common")
}
}
if (getHostOsName() == "linux" && getHostArchitecture() == "x86-64g") {
if (getHostOsName() == "linux" && getHostArchitecture() == "x86-64") {
val jvmTest by getting(Test::class) {
testLogging {