bpipe
bpipe copied to clipboard
gradle test are not executed
Hi, in development environment if I launch:
./gradlew test -i
I notice that tests are not executed:
Skipping task ':compileTestGroovy' as it has no source files.
The fix is to add sourceSets definition in build.gradle
Take a look at commit:
https://github.com/tucano/bpipe/commit/6588166389b6d1d1894789e986a1e85e23f1c7ed
PLEASE NOTE: I notice that there are 10 failing tests, I will try to fix them and send a pull request with the build.gradle fix and the fixed test.
Here is the pull request:
https://github.com/ssadedin/bpipe/pull/144