You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
when I try to include js plugin into existing gradle script, I am facing below issue.
I am manage to create war through gradle-4.2.1 without Js plugin.
Error I am getting while creating war 👍
**What went wrong:
problem occurred evaluating root project 'mywebapp'.
Could not create an instance of type com.eriwen.gradle.js.source.internal.DefaultJavaScriptSourceSet_Decorated.
Could not find matching constructor for: org.gradle.api.internal.file.DefaultSourceDirectorySet(java.lang.String, java.lan**
PFA, my project folder structure.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I try to include js plugin into existing gradle script, I am facing below issue.
I am manage to create war through gradle-4.2.1 without Js plugin.
script:
Error I am getting while creating war 👍
**What went wrong:
problem occurred evaluating root project 'mywebapp'.
Could not create an instance of type com.eriwen.gradle.js.source.internal.DefaultJavaScriptSourceSet_Decorated.
PFA, my project folder structure.
The text was updated successfully, but these errors were encountered: