mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
9 lines
136 B
Groovy
9 lines
136 B
Groovy
rootProject.name = 'codemp'
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
libs {
|
|
from(files('libs.versions.toml'))
|
|
}
|
|
}
|
|
}
|
|
|