-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such property: absolutePath for class: java.lang.String error is thrown on jetty* build #23
Comments
….String error is thrown on jetty* build
Still getting Exception in thread "Thread-11" groovy.lang.MissingPropertyException: No such property: absolutePath for class: java.lang.String |
I fixed it in version 0.0.20 (already at jcenter). Could you, please, test it and give feedback? |
Unfortunately I'm getting the same error: |
Let's isolate problem step by step.
|
|
Please change from 0.0.19 to 0.0.20 😄 |
It's working now. |
Exception in thread "Thread-12" groovy.lang.MissingPropertyException: No such property: absolutePath for class: java.lang.String is thrown when building with any jetty* task.
Full stacktrace:
http://pastebin.com/kuspgtNm
The text was updated successfully, but these errors were encountered: