JenkinsPipelineUnit
JenkinsPipelineUnit copied to clipboard
Transform the build gradle package into a plugin
I saw you'd added own gradle package.
I like the feature to test and debug Grape
in test cases. I also would like to use it my tests.
Maybe it could be some how transformed into a gradle plugin. So I could not to copy part of your gradle configuration but to apply a plugin?
If you took it from any existed gradle plugin. Could you please share the name?
Hi @stchar
I guess you are asking about this task https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/buildSrc/src/main/groovy/com/lesfurets/gradle/CopyDependenciesToMavenTreeTask.groovy
It was added as part of the #57 and #58, I urge you to read them.
As you can see it was a task in build.gradle
and I moved it to buildSrc
for the sake of simplicity.