Skip to content

Fix Java 11 support #99

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

Merged
merged 1 commit into from
Jul 15, 2019
Merged

Fix Java 11 support #99

merged 1 commit into from
Jul 15, 2019

Conversation

ashawley
Copy link
Contributor

Currently, the build fails to compile:

$ sbt
> update
> compile
[info] Compiling 71 Scala sources to target/scala-2.11/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.11.11. Compiling...
error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found.

Updating the sbt version fixes the build, as well as upgrading the Scala versions.

This migrates the Travis build to openjdk11.

$ sbt
> update
> compile
[info] Compiling 71 Scala sources to target/scala-2.11/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.11.11. Compiling...
error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found.
@shunjikonishi shunjikonishi merged commit 8eee99e into code-check:master Jul 15, 2019
@ashawley ashawley deleted the java11 branch July 15, 2019 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants