Always tries to update de_fayard_buildsrcversions_gradle_plugin
See original GitHub issueEvery time I run ./gradlew buildSrcVersions it says I have to “update” your lib. But as you can see:

I was already using the latest version.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Add the plugin de.fayard.refreshVersions to your project - GitHub
Configure the plugins versions (Gradle 5.6). Update Gradle. Always a good idea. You get more features, less bugs, more speed. $ ./gradlew ...
Read more >de.fayard.buildSrcLibs - Gradle Plugin Portal
Generates dependency notations constants in buildSrc and updates the versions with gradle refreshVersions. Other versions.
Read more >Setup - gradle refreshVersions - GitHub Pages
This guide will help you set up refreshVersions in a Gradle project. Update Gradle (if needed)¶. Gradle 6.8+ is required because this plugin...
Read more >How Kotlin makes editing your Gradle build less frustrating
(The plugin never auto-apply a dependency update, that should always be the developer's job!!). Give it a try. Groovy build.gradle and Kotlin ...
Read more >10 Gradle best practices to supercharge your project
Always add settings.gradle. 4. Move tasks to buildSrc. 5. Run tests in parallel. 6. Version your project. 7. Encapsulate task declarations ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@GuilhE well I have the goal to be clear, so if you didn’t understand it, it’s also “my bad”. Is that clearer like this? https://github.com/jmfayard/buildSrcVersions/issues/77
@GuilhE
gradle.propertiesdoes not replaceLibs.kt, it replacesVersions.ktYou can use at the same time
:refreshVersionsto update the versions and:buildSrcVersionsto generateLibs.ktand use auto-complete everywhere.Or you can also use only
:buildSrcVersionsif you prefer.Versions.ktwill still be generated unlessplugin.de.fayard.buildSrcVersionsis found ingradle.propertiesBeware that
v0.6.2is broken, better usev0.6.3