Franz Becker
Results
3
comments of
Franz Becker
It seems to me like you didn't execute the integration tests. You should include those in your build pipeline and only publish the library once they pass. Running those on...
Would be nice to have that!
For people stumbling on this one: the example from @madhead works fine, but instead of explicitly listing all sub-projects you can simply do the following: ``` task releaseBuild { dependsOn...