Support custom version catalogs configured through settings.gradle[.kts]
#6831
Labels
L: java:gradle
Maven packages via Gradle
settings.gradle[.kts]
#6831
After #6249, we support updating standard Gradle version catalogs, but we don't yet support custom catalogs defined through
from
in the settings dsl.gradle/libs.versions.toml
is just the default convention that gradle will pickup without having to explicitly list it in yoursettings.gradle[.kts]
, but you can import a toml catalog from any arbitrary path.https://docs.gradle.org/current/userguide/platforms.html#sec:importing-catalog-from-file
More information from posted by @trevjonez in #6249 (comment)_:
The text was updated successfully, but these errors were encountered: