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
Some projects don't sufficiently exclude build side effects (such as artifacts landing in target/) in their .gitignore files. When this happens in projects in ~/.voom-repos/, it prevents being able to automatically build voom versioned artifacts for the given project until the user clears the offending state (such as via a git checkout . in the ~/.voom-repos/ project directory).
Likely, since voom owns the ~/.voom-repos/ subdirectories, we should force a git-clean before checking out new versions which will fix this problem.
The text was updated successfully, but these errors were encountered:
Some projects don't sufficiently exclude build side effects (such as artifacts landing in
target/
) in their.gitignore
files. When this happens in projects in~/.voom-repos/
, it prevents being able to automatically build voom versioned artifacts for the given project until the user clears the offending state (such as via agit checkout .
in the~/.voom-repos/
project directory).Likely, since voom owns the
~/.voom-repos/
subdirectories, we should force a git-clean before checking out new versions which will fix this problem.The text was updated successfully, but these errors were encountered: