Which version of Coffeescript compiler does Gradle run?

With Gradle 1.11’s coffescript compile task (http://www.gradle.org/docs/current/javadoc/org/gradle/plugins/javascript/coffeescript/CoffeeScriptCompile.html), which vewrsion of which coffeescript compiler is used? We are currently using npm’s coffee-script 1.7.1, how does one change Gradle to use this compiler? ~gilbert

The CoffeeScript plugin has been in the Gradle codebase for well over a year, but has never been advertised. I don’t think it’s ready for production use, and I’m not sure how it made it into the Javadoc.