mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue