Skip to content

Commit

Permalink
Migrate persistence module to kotlin-dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Nov 17, 2023
1 parent 23a1886 commit 7ef6850
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions persistence/build.gradle

This file was deleted.

9 changes: 9 additions & 0 deletions persistence/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
plugins {
id("bisq.java-library")
id("bisq.protobuf")
}

dependencies {
implementation(libs.google.guava)
testImplementation(libs.mockito)
}

0 comments on commit 7ef6850

Please sign in to comment.