Typo
This commit is contained in:
parent
a7818e7b15
commit
a964a2b9d3
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user