-
Notifications
You must be signed in to change notification settings - Fork 17
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
Paintera does not compile with Java 9/10 #91
Comments
JAVA_HOME=/usr/lib/jvm/java-9-openjdk/ mvn -X clean package (1422 lines)
|
Needed to remove a lot of lines (too big for github comment otherwise):
JAVA_HOME=/usr/lib/jvm/java-9-openjdk/ mvn -D maven.compiler.verbose=true clean package
|
cc @nthistle |
It seems like we will have to stay with Java 8 (in the near future), anyways: |
Not true anymore, with update of parent version, compiles with Java 10. |
Will probably be fixed by #400 |
saalfeldlab/n5#35 might be relevant
The text was updated successfully, but these errors were encountered: