-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support Java 8 #6
Comments
Those warning messages are benign, i.e. multiline works with Java 8 (Mightly!) , but should be be removed. |
I have figured out how to suppress the Warnings. Apply this patch: preilly@localhost:~/git/external/multiline/multiline-string (master)$ cat diff.patch
|
|
@peterkittreilly It will be better if you provide a pull request. |
@rgrigoryev @rgrigoryev |
I try to use
@Multiline
on Java 8 building with gradle and 'net.sf.gapt' plugin, but see in logs following:Do you have plans about supporting Java 8?
The text was updated successfully, but these errors were encountered: