LendingClub / gradle-maven-plugin

maven plugin to invoke gradle
73 stars 36 forks source link

Fix issue where gradle build output is lost #13

Closed dlethin closed 9 years ago

dlethin commented 9 years ago

You're plugin is just what I need. One problem I'm running into however is that any output coming from my gradle build that is invoked via your plugin is that any build output gets lost -- for example, if there are any println statements in the build (or coming from plugins references from the build.gradle file.

It seems the fix to this is to simply wire up stderr and stdout to the tooling launcher prior to running. I build this locally and confirmed it's working for me. I'm hoping you can pick this up so I don't have to maintain a separate fork.

I'm fairly new to pull requests and forks. I hope I'm doing this right. Thanks.

Doug

dlethin commented 9 years ago

I'm going to close this pull request and open another one. I'm going to structure my fork differently so that its easier to maintain long term if this pull request isn't accepted. I shouldn't have merged my changes into the master branch of my fork. I want to keep that synced with this master. Sorry for the confusion.