Skip to content

Commit

Permalink
Create persistence module
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Jan 31, 2024
1 parent 4d4c9e3 commit aa7ec45
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions persistence/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
plugins {
id 'bisq.java-conventions'
id 'java-library'
}

dependencies {
implementation enforcedPlatform(project(':platform'))
implementation project(':proto')
annotationProcessor libs.lombok
compileOnly libs.lombok
implementation libs.logback.classic
implementation libs.logback.core
implementation libs.slf4j.api
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ include 'core'
include 'cli'
include 'daemon'
include 'desktop'
include 'persistence'
include 'seednode'
include 'statsnode'
include 'apitest'
Expand Down

0 comments on commit aa7ec45

Please sign in to comment.