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
I use a custom dependency package through maven and use a relative path. Thin-launcher reports an error and tells me must specify an absolute path. Is there any solution?
#202
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.
There's no way to do that right now using the configuration you propose. If you can just install the jar file in your local ~/.m2/repository it will work - it would be fairly trivial to change the configuration to do that instead. Or maybe you can find a way to expose the absolute path (e.g. a build helper plugin feature)?
The text was updated successfully, but these errors were encountered: