[K/N] Fix default value of testTarget
This commit is contained in:
committed by
Space Team
parent
9456872bbe
commit
d82a6f2fa2
@@ -137,7 +137,7 @@ void loadCommandLineProperties() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.testTarget = project.hasProperty("test_target") ? ext.test_target : null
|
ext.testTarget = project.hasProperty("test_target") ? ext.test_target : ext.hostName
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
|||||||
Reference in New Issue
Block a user