d2cfd247a5
We are using version catalog now from this project, and we run it with -p
8 lines
157 B
Groovy
8 lines
157 B
Groovy
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|