Unable to add Java FX dependencies #4701
-
The current version of Coursier is unable to download platform specific Java FX dependencies. I installed a development version of Bloop with an upgraded version of Coursier. Is it possible to force Metals to use this external server? 2022.12.05 01:48:32 INFO not found: https://repo1.maven.org/maven2/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2-${javafx.platform}.jar
2022.12.05 01:48:32 INFO not found: https://repo1.maven.org/maven2/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2-${javafx.platform}.jar
2022.12.05 01:48:32 INFO not found: https://repo1.maven.org/maven2/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2-${javafx.platform}.jar |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Thanks for the question! The errors seems to be coming from sbt. Bloop doesn't download dependencies besides a few needed for it's normal functioning. We do however have additional plugins for each build tool, mill and sbt use coursier from what I remember. Could you give a bit more background about which tool you are using? |
Beta Was this translation helpful? Give feedback.
-
I am using mill 0.10.9. Mill uses Coursier 2.1.0-RC1. Bloop 1.5.4 uses Coursier 1.0.6. |
Beta Was this translation helpful? Give feedback.
-
The issue disappeared after clearing the |
Beta Was this translation helpful? Give feedback.
The issue disappeared after clearing the
tmp
directory.Thanks anyway.