Skip to content

Commit

Permalink
Adapt core reference in build files
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Sep 5, 2018
1 parent 049655b commit 4c470d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ repositories {

dependencies {
compile project(':common')
compile project(':core')
compile 'network.bisq:bisq-p2p:-SNAPSHOT'
compile 'network.bisq:bisq-core:-SNAPSHOT'
compile 'org.controlsfx:controlsfx:8.0.6_20'
compile 'org.reactfx:reactfx:2.0-M3'
compile 'net.glxn:qrgen:1.3'
Expand Down
2 changes: 1 addition & 1 deletion desktop/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'bisq-desktop'
include 'common'
include 'common', 'core'

0 comments on commit 4c470d3

Please sign in to comment.