-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support - Declaring a version catalog #684
Comments
Hello, sorry for the silence all the time. |
Thanks for checking this issue. I would say it's nice to have. |
Hello, I came across this issue and it is exactly what we need, we cannot use a single default |
i have a catalog project structure looks like below, would like to if can apply refreshVersions for each sub projects catalog
- settings.gradle.kts
- include(":common")
- include(":testing")
- common
- gradle/libs.versions.toml
- testing
- gradle/libs.versions.toml |
I have a Declaring a version catalog below
gradle refreshVersions may update the version under gradle/extra.libs.versions.toml as well.
The text was updated successfully, but these errors were encountered: