When refreshing the gradle in intelIJ-IDEA, specifically in the zap-extensions folder for adding our custom plugin, we get the following error.
Could not find javafx-web-11-mac-aarch64.jar (org.openjfx:javafx-web:11).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-web/11/javafx-web-11-mac-aarch64.jar
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
The error only occurs on a Macbook Pro M1, and works on other architectures.
We tried adding our own javafx jar file as an artifact in the project structure, but we can't figure out how to do this exactly. Does anyone have a clue how to solve this? Are we on the right track with adding a random javafx jar file as an artifact?