mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
Fix build failure removing jtorct explict dependency
This commit is contained in:
parent
dca53533f0
commit
a7e90395d2
1 changed files with 0 additions and 3 deletions
|
@ -317,9 +317,6 @@ configure(project(':common')) {
|
||||||
exclude(module: 'animal-sniffer-annotations')
|
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-base:$javafxVersion:$os"
|
||||||
implementation "org.openjfx:javafx-graphics:$javafxVersion:$os"
|
implementation "org.openjfx:javafx-graphics:$javafxVersion:$os"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue