mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
fix running of tests on the mac
This commit is contained in:
parent
689c0278c0
commit
307c8f3ffc
@ -67,7 +67,7 @@ dependencies {
|
||||
}
|
||||
|
||||
test {
|
||||
if (platform == "mac") {
|
||||
if (platform.startsWith("mac")) {
|
||||
// jvmArgs "-XstartOnFirstThread"
|
||||
println("WARNING: tests that touch GUI will fail on Mac due to Cocoa restrictions and Gradle unable to run tests on main thread")
|
||||
filter {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user