mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
13 lines
227 B
Groovy
13 lines
227 B
Groovy
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
libs {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|
|
|
|
include 'commons'
|
|
include 'gradle-tasks'
|
|
include 'packaging'
|
|
include 'tor-binary'
|