eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

Plugin use not the last version of JSHint #145

Closed anna-bildyug closed 6 years ago

anna-bildyug commented 7 years ago

Plugin uses version 2.4.3 while the last version is 2.9.4 Due to the issue a lot of not actual warnings failed during verification. Please update version of JSHint

eriwen commented 6 years ago

@anna-bildyug I'm afraid that jshint has been broken on rhino for quite some time due to https://github.com/jshint/jshint/issues/2308.

It would be preferable to use an ExecTask or the gradle-node-plugin to achieve this if you need it.

eriwen commented 6 years ago

I'm going to close this as a duplicate of #113