ksoichiro / gradle-web-resource-plugin

Gradle plugin to use CoffeeScript, LESS and Bower libraries without Node.js/npm.
Apache License 2.0
23 stars 5 forks source link

Workaround for test running problems with thread unsafe trireme call #10

Closed sratatata closed 8 years ago

sratatata commented 8 years ago

This would make #8 easier to solve.

When more then one thread reads from script. Bad things happens, exception is thrown even in case of success.

ksoichiro commented 8 years ago

Thank you for your investigation and finding workaround for it. This change seems harmless for me, but as I cannot reproduce the original problem, I can't judge that it should be merged or not.

As I commented on #8, I'd like to use gradle wrapper in this project. Is this change also effective for your environment when running tests with gradle wrapper? If so, I'll merge this PR :)

sratatata commented 8 years ago

Yep. I'm using gradle wrapper now. And those help.

ksoichiro commented 8 years ago

OK, I'll merge it.