refreshVersions
                                
                                 refreshVersions copied to clipboard
                                
                                    refreshVersions copied to clipboard
                            
                            
                            
                        version.properties not persisted
I'm playing around with the task migrateToRefreshVersionsDependenciesConstants and figure if I exit the command loop after I replaced only a few versions, my version.properties file is emptied. I can only see versions popping up there while I'm in the command loop.
Is this desired behaviour? If so, why?
Also, on a totally unrelated note, I've read that you want to concentrate on refreshVersions and skip the support for buildSrc for now. Is there any helper / tool for now to extract the things from versions.properties in buildscript blocks of the main project module? Because there are a couple of dependencies I have that share a common version between runtime dependencies (managed by this plugin) and regular Gradle plugins.
Which version are you using?
dependencies-0.5.8
I'm using the latest version (0.9.7) and also seeing the issue with version.properties not being persisted.
While the task is executing I can see the file updating but once I hit exit everything added gets removed.
That task is replaced by refreshVersionsMigrate
https://jmfayard.github.io/refreshVersions/migrate/