Skip to content

Commit

Permalink
Migrate network-identity module to kotlin-dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Nov 21, 2023
1 parent 5b07991 commit ace011d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions network/network-identity/build.gradle

This file was deleted.

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

dependencies {
implementation(project(":common"))
implementation("bisq:security")

implementation(libs.bouncycastle)
implementation(libs.google.guava)
}

0 comments on commit ace011d

Please sign in to comment.