-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Prefix string too short #762
Comments
Running
Can I work-around the problem with some |
So the versions directory has something to do with multi-release jars, and in my case it's empty so I was able to work-around the issue by adding an extra exclude pattern to the uber task, i.e.
But in general I suppose that the |
Describe the bug
Attempting to build an uberjar with Selenium as a dependency raises the following exception:
To Reproduce
build.boot
:boot.properties
:selenium.clj
:Run
boot aot pom uber jar target
Expected behavior
Successful build and jar written to disk.
Actual behavior
Desktop:
I used a container to run the above i.e.
The text was updated successfully, but these errors were encountered: