mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
9 lines
163 B
Groovy
9 lines
163 B
Groovy
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
libs {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|
|
|
|
include 'commons'
|