Replace empty argument in opts with if
This commit is contained in:
committed by
Pavel Punegov
parent
6d7004bf68
commit
825a02cfca
@@ -4113,7 +4113,7 @@ Task frameworkTest(String name, Closure<FrameworkTest> configurator) {
|
||||
}
|
||||
|
||||
extraOpts fr.bitcode ? "-Xembed-bitcode" : "-Xembed-bitcode-marker"
|
||||
extraOpts fr.isStatic ? "-Xstatic-framework" : ""
|
||||
if (fr.isStatic) extraOpts "-Xstatic-framework"
|
||||
extraOpts fr.opts
|
||||
extraOpts project.globalTestArgs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user