mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
78a742695c
The constraints in the platform module apply to all libraries (including to transitively included libraries).
10 lines
108 B
Groovy
10 lines
108 B
Groovy
plugins {
|
|
id 'java-platform'
|
|
}
|
|
|
|
dependencies {
|
|
constraints {
|
|
api libs.protobuf.java
|
|
}
|
|
}
|