-
Notifications
You must be signed in to change notification settings - Fork 67
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
Plugins not importing successfully #78
Comments
The error varies depending on where my whistle files are. Above reported error is when wstl file is in the runtime directory but if I run from the root directory I get the following error:
I also want to note that the "Getting Started" guide uses:
which also doesn't work, the import statement I ended up using was taken from the doc/logging.md documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am following the Getting Started tutorial, and there is mention of logging. However, if I add a logging import as follows to my whistle file:
Gradle run throws an ImportException:
Is there a step I am missing?
The text was updated successfully, but these errors were encountered: