mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Use same indentation for witness.gradle in AS and script.
This commit is contained in:
@@ -48,8 +48,9 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
if ((project.hasProperty("briar.mailbox_integration_tests") && project.property("briar.mailbox_integration_tests") == "true")
|
||||
|| System.env.MAILBOX_INTEGRATION_TESTS) {
|
||||
if ((project.hasProperty("briar.mailbox_integration_tests")
|
||||
&& project.property("briar.mailbox_integration_tests") == "true")
|
||||
|| System.env.MAILBOX_INTEGRATION_TESTS) {
|
||||
configure([project(':mailbox-core'), project(':mailbox-lib')]) {
|
||||
apply from: "../gradle/variables.gradle"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user