Skip to content

Instantly share code, notes, and snippets.

@dchmelik
Last active November 11, 2020 07:38
Show Gist options
  • Save dchmelik/872dfa64fe31ef80225d615da7aaefb6 to your computer and use it in GitHub Desktop.
Save dchmelik/872dfa64fe31ef80225d615da7aaefb6 to your computer and use it in GitHub Desktop.
bisq gradlew error log
d@cosmos:~/bisq-1.3.7$ ./gradlew build
Downloading https://services.gradle.org/distributions/gradle-5.6.4-all.zip
.....................................................................................................................................
Welcome to Gradle 5.6.4!
Here are the highlights of this release:
- Incremental Groovy compilation
- Groovy compile avoidance
- Test fixtures for Java projectsPS1='%n@%m:%~%# '
- Manage plugin versions via settings script
For more details see https://docs.gradle.org/5.6.4/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':desktop:shadowJar'.
> Could not resolve all files for configuration ':desktop:runtimeClasspath'.
> Could not find javafx-fxml-freebsd.jar (org.openjfx:javafx-fxml:11.0.2).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-fxml/11.0.2/javafx-fxml-11.0.2-freebsd.jar
> Could not find javafx-controls-freebsd.jar (org.openjfx:javafx-controls:11.0.2).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2-freebsd.jar
> Could not find javafx-swing-freebsd.jar (org.openjfx:javafx-swing:11.0.2).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-swing/11.0.2/javafx-swing-11.0.2-freebsd.jar
> Could not find javafx-graphics-freebsd.jar (org.openjfx:javafx-graphics:11.0.2).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2-freebsd.jar
> Could not find javafx-base-freebsd.jar (org.openjfx:javafx-base:11.0.2).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2-freebsd.jar
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6m 41s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment