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
…d be reproducible
WIP
Update yarn to release version 1.1
Update maven frontend plugin to 1.6 ( includes yarn fix)
Move configuration of frontend plugin version to central pom and use variable in sub-poms
How to Reproduce
See yarnpkg/yarn#570
If you don't provide a --pure-lockfile option during build, the lockfile may be updated when you run the build.
Expected behavior
Build should be reproducible.
So yarn Lockfile should be leading and build uses the versions specified in the lockfile.
Observed behavior
Build simply updates the lockfile if the versions do not match.
The text was updated successfully, but these errors were encountered: