hi - does clean-all have the effect of invalidatin...
# general
s
hi - does clean-all have the effect of invalidating as well? we ran into a state where clean-all was run a few times to clear up a problem, then the build was run normally based on new incoming commits. It succeeded for a while, but then started failing. When I looked at the classpath it was building with it was pointing to empty directories (at least for the classes that it’s complaining about). I would expect these would need to be rebuild if this happens, but they seem to still be considered valid.