From de095c17116b4b3b2b998b8632ad290c2017c985 Mon Sep 17 00:00:00 2001 From: Brandon Trussell Date: Thu, 20 Mar 2025 20:35:33 -0500 Subject: [PATCH] Changes necessary in order to test linux aarch64 --- build.gradle | 14 ++++----- gradle/verification-metadata.xml | 54 ++++++++++++++++++-------------- 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/build.gradle b/build.gradle index 3c3d95d074..ef472ee4ca 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ configure(subprojects) { loggingVersion = '1.2' lombokVersion = '1.18.30' mockitoVersion = '5.10.0' - netlayerVersion = 'd4f9d0ce24' // Tor browser version 14.0.7 and tor binary version: 0.4.8.14 + netlayerVersion = '56b23841a9' // Tor browser version 14.0.7 and tor binary version: 0.4.8.14 protobufVersion = '3.19.1' protocVersion = protobufVersion pushyVersion = '0.13.2' @@ -335,10 +335,10 @@ configure(project(':p2p')) { implementation "org.fxmisc.easybind:easybind:$easybindVersion" implementation "org.slf4j:slf4j-api:$slf4jVersion" implementation "org.apache.commons:commons-lang3:$langVersion" - implementation("com.github.haveno-dex.netlayer:tor.external:$netlayerVersion") { + implementation("com.github.NorrinRadd.netlayer:tor.external:$netlayerVersion") { exclude(module: 'slf4j-api') } - implementation("com.github.haveno-dex.netlayer:tor.native:$netlayerVersion") { + implementation("com.github.NorrinRadd.netlayer:tor.native:$netlayerVersion") { exclude(module: 'slf4j-api') } implementation("com.github.bisq-network:bitcoinj:$bitcoinjVersion") { @@ -400,10 +400,10 @@ configure(project(':core')) { implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") { exclude(module: 'jackson-annotations') } - implementation("com.github.haveno-dex.netlayer:tor.native:$netlayerVersion") { + implementation("com.github.NorrinRadd.netlayer:tor.native:$netlayerVersion") { exclude(module: 'slf4j-api') } - implementation("com.github.haveno-dex.netlayer:tor.external:$netlayerVersion") { + implementation("com.github.NorrinRadd.netlayer:tor.external:$netlayerVersion") { exclude(module: 'slf4j-api') } implementation("com.github.bisq-network:bitcoinj:$bitcoinjVersion") { @@ -705,10 +705,10 @@ configure(project(':monitor')) { implementation "ch.qos.logback:logback-core:$logbackVersion" implementation "com.google.guava:guava:$guavaVersion" implementation "org.slf4j:slf4j-api:$slf4jVersion" - implementation("com.github.haveno-dex.netlayer:tor.external:$netlayerVersion") { + implementation("com.github.NorrinRadd.netlayer:tor.external:$netlayerVersion") { exclude(module: 'slf4j-api') } - implementation("com.github.haveno-dex.netlayer:tor.native:$netlayerVersion") { + implementation("com.github.NorrinRadd.netlayer:tor.native:$netlayerVersion") { exclude(module: 'slf4j-api') } implementation("com.google.inject:guice:$guiceVersion") { diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index cbfb839d9f..636c2421e7 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -205,44 +205,50 @@ - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + +