On 29/06/2013, at 9:40 PM, mmartynas <[email protected]> wrote: > Hi, > > I still get overwhelming flow of output messages when gradle is downloading > dependencies. I am using gradle 1.6. > > I tried to check if System.console() returns something in java tests ran by > gradle and in java executables ran by travis. It seems that test code does > not see console but java code ran from travis does see console object. > > You can find this test build output here: > https://travis-ci.org/2m/gradle-travis-test/builds/8579228
This is a bug with Travis. It's incorrectly declaring itself an ANSI capable terminal when it isn't. -- Luke Daley Principal Engineer, Gradleware http://gradleware.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
