You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing a bit further it seemed to me that the plugin always used the versions.properties file, not the actual version catalog. I curated the libs.versions.toml file by hand and switched to version-catalog-update-plugin which works great but for gradle/gradle#22797 (which should soon be fixed)
I'm probably missing something, but just following the docs...:
🐛 Describe the problem
gradle/libs.versions.toml
do not get 'refreshed'VersionCatalogOnly
theversions.properties
is still requiredrefreshVersions
, the versions for plugins in thegradle/libs.versions.toml
do not get comments for the newest versions✅ Expected behavior
VersionCatalogOnly
should only use the version catalog, not theversion.properties
refreshVersions
should refresh plugins as well. It does so in theversions.properties
but this file is not expected at all (How to avoid generatingversions.properties
? #640)💣 Steps to reproduce
settings.gradle.kts
file./gradlew refreshVersionsMigrate --mode=VersionCatalogOnly
./gradlew refreshVersions
gradle/libs.versions.toml
, the versions of plugins are not refreshedversions.properties
file, the build fails (Plugin [id: 'org.springframework.boot'] was not found in any of the following sources
)The text was updated successfully, but these errors were encountered: