build: refactor platform checks
also improve verbosity when downloading dependencies fails
This commit is contained in:
committed by
SvyatoslavScherbina
parent
720947facb
commit
bee2a76008
@@ -83,7 +83,7 @@ abstract class KonanTest extends DefaultTask {
|
||||
}
|
||||
|
||||
private linux() {
|
||||
return System.properties['os.name'].startsWith('Linux')
|
||||
return project.isLinux()
|
||||
}
|
||||
|
||||
protected String linkDl() {
|
||||
|
||||
Reference in New Issue
Block a user