Skip to content

Commit

Permalink
- prepare for use of Liberica JDK with JavaFX for Intel builds
Browse files Browse the repository at this point in the history
- download binaries at an earlier stage
  • Loading branch information
derreisende77 committed Jun 1, 2023
1 parent 30eafcc commit e094c32
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,30 +1021,35 @@
<artifactId>javafx-base</artifactId>
<version>${javafx.version}</version>
<classifier>${javafx.platform}</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>${javafx.version}</version>
<classifier>${javafx.platform}</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>${javafx.version}</version>
<classifier>${javafx.platform}</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>${javafx.version}</version>
<classifier>${javafx.platform}</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>${javafx.version}</version>
<classifier>${javafx.platform}</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
Expand All @@ -1056,7 +1061,7 @@
<executions>
<execution>
<id>download-shutdown-helper-from-server</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>wget</goal>
</goals>
Expand All @@ -1068,7 +1073,7 @@
</execution>
<execution>
<id>download-intel-ffmpeg-from-server</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>wget</goal>
</goals>
Expand Down Expand Up @@ -1183,7 +1188,7 @@
<executions>
<execution>
<id>download-shutdown-helper-from-server</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>wget</goal>
</goals>
Expand All @@ -1195,7 +1200,7 @@
</execution>
<execution>
<id>download-apple-silicon-ffmpeg-from-server</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>wget</goal>
</goals>
Expand Down

0 comments on commit e094c32

Please sign in to comment.