agit
agit copied to clipboard
Intergration tests: Proguard finds duplicate zip entries
There's something wrong with Agit integration tests. They fail on proguard step: https://travis-ci.org/Vanuan/agit/builds/3564805
I think the cause of this error is that proguard is run twice: the first time for agit itself and the second time for agit-integration-tests. And the result is not cleaned between runs.
So the workaround is to run clean every time.
The problem is that JUnit has its own copy of org.hamcrest package which causes conflicts.