mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
10 lines
108 B
Groovy
10 lines
108 B
Groovy
|
plugins {
|
||
|
id 'java-platform'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
constraints {
|
||
|
api libs.protobuf.java
|
||
|
}
|
||
|
}
|