bpipe icon indicating copy to clipboard operation
bpipe copied to clipboard

gradle test are not executed

Open tucano opened this issue 9 years ago • 1 comments

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.

tucano avatar Jun 06 '15 12:06 tucano

Here is the pull request:

https://github.com/ssadedin/bpipe/pull/144

tucano avatar Jun 06 '15 14:06 tucano