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
Another teammate running the same command on his local machine results in a different diff where only the hash values of several constraints have changed, and yet another teammate doing the same thing generates no diff from master at all.
What did you want to happen?
I would expect, given the same versions.props file, running ./gradlew --write-locks should generate the same versions.lock file regardless of incidental environmental differences between different machines. Is there some known cause for why we are experiencing this behavior?
The text was updated successfully, but these errors were encountered:
TL;DR: Several of us are working off of the same versions.props file but getting different versions.lock results from running
--write-locks
What happened?
When pulling fresh from our master branch (which builds fine on our CI machines), running ./gradlew --write-locks generates a diff for me:
Another teammate running the same command on his local machine results in a different diff where only the hash values of several constraints have changed, and yet another teammate doing the same thing generates no diff from master at all.
What did you want to happen?
I would expect, given the same versions.props file, running
./gradlew --write-locks
should generate the same versions.lock file regardless of incidental environmental differences between different machines. Is there some known cause for why we are experiencing this behavior?The text was updated successfully, but these errors were encountered: