Slackbot
07/27/2023, 4:35 AMChris Lee
07/27/2023, 5:47 AMDoni
07/27/2023, 6:37 AMdependencyResolutionManagement {
versionCatalogs {
amendedLibs {
// overwrite the "groovy" version declared in the imported catalog
version("groovy", "3.0.6")
}
}
}
but not workingDoni
07/27/2023, 11:59 AMVampire
07/29/2023, 6:41 PMlibs
version catalog or import the toml file in your custom one and then also use that one in your build scripts.