Closed IvannaBabchanik closed 8 years ago
I'm afraid I can't reproduce the problem. I've created an example project for this issue. Here's a build scan of gradlew jshint
working.
Could you please tell me what version of Gradle you're using? Would you consider changing the example project in order to create a reproducible test case?
Hi Eriwen! Thanks for your response. I'm using gradle 2.10. The issue was in wrong puling including (on example of maine page is missing same part of configaration). I copy configuration from your example and everything work fine. Thanks
Why do you have to declare the properties prefixed with tasks.jshint?
The documentation on the main page makes it look like you can just do jshint { source = }
HI! I'm trying to include jshint to project and got the error:
No such property: source for class: com.eriwen.gradle.js.JsHintExtension_Decorated My conf file:
Can someone explain me what I do wrong?