mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
10 lines
163 B
Groovy
10 lines
163 B
Groovy
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
libs {
|
||
|
from(files("../gradle/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
include 'commons'
|