No extensions in task block, will add later
This commit is contained in:
parent
c7cd07f963
commit
592ffaa99b
@ -245,7 +245,7 @@ tasks {
|
|||||||
platforms = listOf("Common")
|
platforms = listOf("Common")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
runningOnLinux {
|
if (getHostOsName() == "linux") {
|
||||||
|
|
||||||
val jvmTest by getting(Test::class) {
|
val jvmTest by getting(Test::class) {
|
||||||
testLogging {
|
testLogging {
|
||||||
@ -284,7 +284,7 @@ tasks {
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
runningOnWindows {
|
if (getHostOsName() == "windows") {
|
||||||
val mingwX64Test by getting(KotlinNativeTest::class) {
|
val mingwX64Test by getting(KotlinNativeTest::class) {
|
||||||
|
|
||||||
testLogging {
|
testLogging {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user