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

java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Bad language version: 180 #15

Open jlccaires opened 7 years ago

jlccaires commented 7 years ago

I am getting this error when run :webResourceInstallBowerDependencies, can anyone help me?

:webResourceInstallBowerDependencies FAILED

FAILURE: Build failed with an exception.

jlccaires commented 7 years ago

I have found the problem: I am using another plugin that combine css and js files into one. This plugin uses a older version of Rhino what is incompatible with version required by gradle-web-resource-plugin. I don't know why gradle does not resolve this.

jlccaires commented 7 years ago

Is there a feature to combine css and js files on this lib?