-
Notifications
You must be signed in to change notification settings - Fork 64
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
lfc runtime troubles #1447
Comments
This works for me. Suggestions:
|
Thanks for that suggestion, I originally tried to compile with |
One more update: When building with |
I only saw this now. I don't think that we configure the assemble task, so it might not work as expected. The prefered gradle task to build our cli tools is |
Can we make assemble an alias of buildAll? |
I don't know. I am also not a gradle expert and not sure which tasks would be expected by gradle users. Pinging @oowekyala on this one. |
We could declare that assemble depends on buildAll easily, which is apparently the way to declare an "alias" in gradle. I'm not sure whether it is safe to do, since assemble actually also has its own dependencies and possibly actions. I can look into it today |
Thanks, @oowekyala! |
So from what I've seen the The reason I think we should fix the assemble task to work as gradle expects, and have an alias for calling |
I know it is working on other sides, but maybe someone has seen this issue before and can help me. I get a runtime error with lfc:
I am running on macOS with the following Java version:
The text was updated successfully, but these errors were encountered: