mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
Fix build failure removing jtorct explict dependency
This commit is contained in:
parent
dca53533f0
commit
a7e90395d2
@ -317,9 +317,6 @@ configure(project(':common')) {
|
||||
exclude(module: 'animal-sniffer-annotations')
|
||||
}
|
||||
|
||||
// override transitive dependency version from 1.5 to the same version just identified by commit number.
|
||||
// Remove this if transitive dependency is changed to something else than 1.5
|
||||
implementation(group: 'com.github.JesusMcCloud', name: 'jtorctl') { version { strictly "[9b5ba2036b]" } }
|
||||
implementation "org.openjfx:javafx-base:$javafxVersion:$os"
|
||||
implementation "org.openjfx:javafx-graphics:$javafxVersion:$os"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user