Skip to content

Commit

Permalink
exclude jtorctl from JesusMcCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 16, 2024
1 parent 1046caf commit 8cb8f9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,12 @@ configure(project(':common')) {
exclude(module: 'guava')
exclude(module: 'animal-sniffer-annotations')
}
implementation(group: 'com.github.bisq-network', name: 'jtorctl') { version { strictly "[b2a172f44edcd8deaa5ed75d936dcbb007f0d774]" } }

// override transitive dependency and use latest version from bisq
implementation(group: 'com.github.bisq-network', name: 'jtorctl') {
version { strictly "[b2a172f44edcd8deaa5ed75d936dcbb007f0d774]" }
exclude group: 'com.github.JesusMcCloud', module: 'jtorctl'
}
implementation "org.openjfx:javafx-base:$javafxVersion:$os"
implementation "org.openjfx:javafx-graphics:$javafxVersion:$os"
}
Expand Down

0 comments on commit 8cb8f9f

Please sign in to comment.