Innoxia / liliths-throne-public

Public repository for Lilith's Throne. (18+)
Other
504 stars 434 forks source link

BUILD FAILURE with Maven #1796

Open Purukitto opened 1 year ago

Purukitto commented 1 year ago

Describe the bug Facing Build Failure while building with Maven

Attach files

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.130 s
[INFO] Finished at: 2023-09-29T02:54:27+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project lilithsthrone: Could not resolve dependencies for project innoxia:lilithsthrone:jar:0.4.9: The following artifacts could not be resolved: org.openjfx:javafx-base:jar:${target.platform}:18.0.2 (absent), org.openjfx:javafx-fxml:jar:${target.platform}:18.0.2 (absent), org.openjfx:javafx-web:jar:${target.platform}:18.0.2 (absent), org.openjfx:javafx-graphics:jar:${target.platform}:18.0.2 (absent), org.openjfx:javafx-controls:jar:${target.platform}:18.0.2 (absent), org.openjfx:javafx-media:jar:${target.platform}:18.0.2 (absent): Could not find artifact org.openjfx:javafx-base:jar:${target.platform}:18.0.2 in central (https://repo.maven.apache.org/maven2)

Additional information:

Vinom07 commented 2 months ago

JavaFX is part of the Oracle JDK. Which JDK are you using?

You can find the free Oracle JDK (installation guide recommends 1.8) here: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html