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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I'm using version 1.9.4 of linter-javac, and atom 1.21.0. linter-javac gives an error message pointing out that lambda expressions are only usable in 1.8 and above, but I'm using such a version (actually the currently-new 1.9). How can I suppress such error messages? I tried adding "-source 1.8" to the linter-javac "additional javac options", to no effect.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using version 1.9.4 of linter-javac, and atom 1.21.0. linter-javac gives an error message pointing out that lambda expressions are only usable in 1.8 and above, but I'm using such a version (actually the currently-new 1.9). How can I suppress such error messages? I tried adding "-source 1.8" to the linter-javac "additional javac options", to no effect.
The text was updated successfully, but these errors were encountered: