-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove classfile from root of tigris jar #7
Comments
Huh, I didn't do anything special when I generated it, I'll have to check into this and see if I am able to remove it. |
I just built 1.2-SNAPSHOT and there it doesn't occur. Maybe before releasing you forgot to clean the target folder? |
@mitchelkuijpers okay I released 0.1.2, can you give it a shot and see if it fixes the problem for you? |
@dakrone it now contains Build-Jdk: 11 in the |
For some reason there is a
JSONStringEscapingInputStream.class
file in the root of the jar oftigris
0.1.1
. This breaks using cheshire or tigris in an OSGI bundle. Could you cut a new release without the classfile in the root of the jar?The text was updated successfully, but these errors were encountered: