AOEpeople / gradle-jenkins-job-dsl-plugin

Plugin for easy management of Jenkins Job DSL scripts with Gradle
MIT License
25 stars 12 forks source link

Remove the gradle version println call #19

Closed Geethree closed 4 years ago

Geethree commented 4 years ago

TL;DR

This call was always printing to the console. Nothing more than a minor annoyance IMHO.

Seems to me that it was left over from an experiment? As the method is used to determine the testClassesDirs vs testClassesDir..

carstenlenz commented 4 years ago

🙈 Thanks for catching this. Looks like println debugging - yes.

Geethree commented 4 years ago

Yay! Now just to nit.. can we bump the incremental version of the plugin? ;)

Geethree commented 4 years ago

Oh.. nevermind. You already did! <3

carstenlenz commented 4 years ago

Yeah partially ;) as it was mentioned in #20 the publishing was only partially successful. I now published the missing pieces.