Relative Content

Tag Archive for gradle

Gradle copy/clone/inherit from existing task?

The following Gradle config lets me run gradle bootBuildImage inside of bitbucket-pipelines. But the same config settings also break the same command gradle bootBuildImage when run outside of bitbucket-pipelines.

Easy way to diff test failed tests in Gradle?

I’m working on a non-trivial Java project having a few hundred tests. When I make a change to the code, I re-run tests to see if everything is alright. I usually look at the number of failed tests and if there are less failed tests than before the change, I consider that a success.