Convert onionwrapper from a submodule to a dependency.

This commit is contained in:
akwizgran
2023-03-29 12:03:57 +01:00
parent ec0a754289
commit cab8f834bd
13 changed files with 26 additions and 20 deletions

View File

@@ -6,12 +6,6 @@ include ':briar-api'
include ':briar-core'
include ':briar-android'
include ':briar-headless'
include ':onionwrapper-core'
include ':onionwrapper-java'
include ':onionwrapper-android'
project (':onionwrapper-core').projectDir = file('onionwrapper/onionwrapper-core')
project (':onionwrapper-java').projectDir = file('onionwrapper/onionwrapper-java')
project (':onionwrapper-android').projectDir = file('onionwrapper/onionwrapper-android')
// Enable the mailbox integration tests by passing
// `MAILBOX_INTEGRATION_TESTS=true ./gradlew mailbox-integration-tests:test`
// on the command line (for CI etc) or set `briar.mailbox_integration_tests=true`