Skip to content
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

openjdk8 + Scala 2.13.1 + javafx/scalafx #40

Open
metaphori opened this issue Apr 9, 2020 · 1 comment
Open

openjdk8 + Scala 2.13.1 + javafx/scalafx #40

metaphori opened this issue Apr 9, 2020 · 1 comment

Comments

@metaphori
Copy link
Contributor

See this build failure on Travis CI

https://travis-ci.org/github/scafi/scafi/jobs/673025035

The problem is that for Scala 2.13 I needed to raise scalafx version to 12 which however supports Java 11+ (I handled conditional compilation against scalafx 8 for java 8 and scalafx 12 for java11+).

As dealing with this issue would require to exclude scalafx subprojects from TravisCI job (openjdk8,scala2.13), hence requiring ad-hoc, conditional build code, I am temporarily dropping java 8 support.

@DanySK
Copy link
Collaborator

DanySK commented Mar 4, 2022

This is solved, I think. @cric96 appears to have filtered out the required JFX version selectively

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

No branches or pull requests

2 participants