bisq/platform/build.gradle
Alva Swanson 78a742695c
Declare global protobuf-java in Java Platform Plugin
The constraints in the platform module apply to all libraries (including
to transitively included libraries).
2023-07-06 18:18:59 +02:00

10 lines
108 B
Groovy

plugins {
id 'java-platform'
}
dependencies {
constraints {
api libs.protobuf.java
}
}