mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
The constraints in the platform module apply to all libraries (including to transitively included libraries).
9 lines
108 B
Groovy
9 lines
108 B
Groovy
plugins {
|
|
id 'java-platform'
|
|
}
|
|
|
|
dependencies {
|
|
constraints {
|
|
api libs.protobuf.java
|
|
}
|
|
}
|