mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Do not specify indirect module dependencies
One is supposed to only specify direct dependencies in build.gradle. This commit removes two superfluous deps statements for the desktop module. Other modules already follow the convention. This does *not* remove any dependencies - it only cleans up how they are specified.
This commit is contained in:
parent
19a4e6f891
commit
37ee034b96
@ -294,9 +294,7 @@ configure(project(':desktop')) {
|
||||
sourceSets.main.resources.srcDirs += ['src/main/java'] // to copy fxml and css files
|
||||
|
||||
dependencies {
|
||||
compile project(':p2p')
|
||||
compile project(':core')
|
||||
compile project(':common')
|
||||
compile "org.controlsfx:controlsfx:$controlsfxVersion"
|
||||
compile "org.reactfx:reactfx:$reactfxVersion"
|
||||
compile "net.glxn:qrgen:$qrgenVersion"
|
||||
|
Loading…
Reference in New Issue
Block a user