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
JavaFX 11 is specified as a dependency of ScalaFX 11. The dependency should not be published if it is system dependent, not to cause problems when using ScalaFX 11 on a different OS it was published from.
See home hints how it can be done here: https://www.scala-sbt.org/1.x/docs/Library-Management.html#Exclude+Transitive+Dependencies
The text was updated successfully, but these errors were encountered:
[#289] Exclude JavaFX 11 OS dependent libraries when publishing binar…
b62f2cb
…ies.
No branches or pull requests
JavaFX 11 is specified as a dependency of ScalaFX 11. The dependency should not be published if it is system dependent, not to cause problems when using ScalaFX 11 on a different OS it was published from.
See home hints how it can be done here:
https://www.scala-sbt.org/1.x/docs/Library-Management.html#Exclude+Transitive+Dependencies
The text was updated successfully, but these errors were encountered: