break off small merge-able pieces of #69 as a separate PR. this fixes an oversight from #65 (gradle docs suggest committing this artifact to source control -- "To make the Wrapper files available to other developers and execution environments, you need to check them into version control").
it also:
does a clean build each CI test run, to make sure old build artifacts aren't confounding results.
switches to a better documented Gradle DSL dependency declaration in build.gradle (dependsOn instead of with)
this doesn't fix the build, but #69 is in progress, and should take care of that.
How was this change tested?
i've successfully used this upgraded gradle jar locally
Which documentation and/or configurations were updated?
Why was this change made?
break off small merge-able pieces of #69 as a separate PR. this fixes an oversight from #65 (gradle docs suggest committing this artifact to source control -- "To make the Wrapper files available to other developers and execution environments, you need to check them into version control").
it also:
build.gradle
(dependsOn
instead ofwith
)this doesn't fix the build, but #69 is in progress, and should take care of that.
How was this change tested?
i've successfully used this upgraded gradle jar locally
Which documentation and/or configurations were updated?
Jenkinsfile