The use of build/tmp as a custom resource folder confuses Gradle because it uses that folder internally. Also the task dependencies need to be more explicit so that a) there are no warnings on CLI and b) the tests work in IDE (VSCode, Buildship etc.)
Depends on #39, but I think the same changes would work without the Gradle upgrade
The use of
build/tmp
as a custom resource folder confuses Gradle because it uses that folder internally. Also the task dependencies need to be more explicit so that a) there are no warnings on CLI and b) the tests work in IDE (VSCode, Buildship etc.)Depends on #39, but I think the same changes would work without the Gradle upgrade