-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scala Native scripts don't work with Java 10 #3
Comments
Seems like the
|
Seems like we can just update the SBT plugin: sbt/sbt-native-packager#1145 |
Updating the native packager version to |
fedeoasi
added a commit
that referenced
this issue
Aug 20, 2018
Fix #3: Update native packager plugin to 1.3.6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the
sbt universal:packageBin
task to create a Scala Native package.When trying to run the scripts, I get this:
It seems the Scala Native scripts are not compatible with Java 10.0.1.
The text was updated successfully, but these errors were encountered: