Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This unit test asserts that a SHA file for a groovy dependency gets created. However, a SHA file for javaparser-core also gets created in the same directory. For some reason, builds were failing on my machine because `Files::list` was returning the javaparser-core file first. I don't believe there are any ordering guarantees with that API, so I relaxed the assertion to not depend on ordering. Signed-off-by: Andrew Ross <andrross@amazon.com>
- Loading branch information