Re: [gradle-dev] Validating Code Before Creating Pull Request

2014-07-13 Thread Daniel Lacasse
Looks like either a fix from master or clean made this work. Thanks for you help. On Fri, Jul 11, 2014 at 11:16 AM, Daz DeBoer wrote: > Can you try with Java 7? Seems like our build is current broken with Java > 8, which we're working to fix. > > > On Fri, Jul 11, 2014 at 6:51 AM, Daniel Lacass

Re: [gradle-dev] Validating Code Before Creating Pull Request

2014-07-11 Thread Daz DeBoer
Can you try with Java 7? Seems like our build is current broken with Java 8, which we're working to fix. On Fri, Jul 11, 2014 at 6:51 AM, Daniel Lacasse wrote: > As a perfectionist, I like to validate that everything build and work to a > certain extent. Before submitting a pull request, I want

Re: [gradle-dev] Validating Code Before Creating Pull Request

2014-07-11 Thread Szczepan Faber
Do you see this problem even if you do "clean install" ? On Fri, Jul 11, 2014 at 2:51 PM, Daniel Lacasse wrote: > As a perfectionist, I like to validate that everything build and work to a > certain extent. Before submitting a pull request, I want to at least have a > Gradle installation from m

[gradle-dev] Validating Code Before Creating Pull Request

2014-07-11 Thread Daniel Lacasse
As a perfectionist, I like to validate that everything build and work to a certain extent. Before submitting a pull request, I want to at least have a Gradle installation from my branch. So far, this have been cause me more pain which result in much MUCH slow development pace for new pull request.