apply patch

This commit is contained in:
ialokim
2021-09-09 13:24:51 +02:00
parent c9642be4ca
commit 4a0f8b2669
5 changed files with 16 additions and 16 deletions

View File

@@ -11,6 +11,6 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':briar:bramble-api', configuration: 'testOutput')
testImplementation "junit:junit:$junit_version"
}