-
Notifications
You must be signed in to change notification settings - Fork 141
Support building on Java 9+ #242
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
Labels
Comments
Sure! How do I specify the JDK to use in build.sbt?? Or is that something I do in Travis CI by specifying multiple JDKs? |
yes, exactly. (I see you have some publishing stuff in your |
pathikrit
added a commit
that referenced
this issue
Jun 14, 2018
Fix #242: Add support for JDK 9 and JDK 10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it would be nice if better-files were buildable on Java 9, even if the default build remains on Java 8. (we're trying to get the Scala 2.12 community build going on Java 9, to test Scala.)
here's a start:
the code changes are to disambiguate between new overloads
the GC flags change is because:
whether there's a better resolution than dropping
-XX:+UseG1GC
, I don't know.but then that leaves one compilation error:
that I don't know, offhand, how to deal with
The text was updated successfully, but these errors were encountered: