-
Notifications
You must be signed in to change notification settings - Fork 34
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
Melting-pot failures with Java 11 #193
Comments
@hinerm Thanks. Do you still have the build logs for those failures? Would it be possible to post some abbreviated summary of each failure? Only if it's easy though—of course when pursuing this issue we'll have to reproduce the failures regardless. |
So it may actually be that a bunch of these just need a pom-scijava parent update to support the downward cross-compilation from 11 to 8. |
( |
I ran into the following failures when building the melting pot with a J11 JDK:
I was testing J11 because ImageJ 1.x requires J9+ for
module-info
processing. A future enhancement for the melting pot would be to add logic that detects the declared Java version in the pom and builds with that version.The text was updated successfully, but these errors were encountered: