Skip to content

Commit

Permalink
Create network.common module
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 20, 2023
1 parent 2b1f1f2 commit 9ee034e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions network/common/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plugins {
id 'bisq.java-library'
}

dependencies {
implementation libs.google.guava
}
1 change: 1 addition & 0 deletions network/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencyResolutionManagement {
includeBuild('..')
includeBuild('tor')

include 'common'
include 'i2p'
include 'network'
include 'socks5-socket-channel'
Expand Down

0 comments on commit 9ee034e

Please sign in to comment.