Open
Description
In diffplug/durian-swt@496386e I used java-library
in a multi-module project, and I declared an api
dependency on another module within the project. I then saw intermittent errors like this:
> Task :durian-swt:jar FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':durian-swt:jar'.
> A Jar can only accept a file or directory that exists: /home/travis/build/diffplug/durian-swt/durian-swt.os/build/libs/durian-swt.os-3.3.0.jar
The workaround is diffplug/durian-swt@b3df331