JenkinsPipelineUnit icon indicating copy to clipboard operation
JenkinsPipelineUnit copied to clipboard

Transform the build gradle package into a plugin

Open stchar opened this issue 7 years ago • 1 comments

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?

stchar avatar Oct 05 '17 09:10 stchar

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.

ozangunalp avatar Oct 11 '17 16:10 ozangunalp