server

Clone or download

Bump JavaFX to 17-EA+12

Modified Files

--- 'a/.github/workflows/build.yml'
+++ b/.github/workflows/build.yml
@@ -27,8 +27,8 @@ jobs:
path: src/main/resources/com/stream_pi/server
- name: Setup JavaFX
run: |
- wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+11_linux-x64_bin-jmods.zip
- unzip /tmp/openjfx-17-ea+11_linux-x64_bin-jmods.zip -d /tmp
+ wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_linux-x64_bin-jmods.zip
+ unzip /tmp/openjfx-17-ea+12_linux-x64_bin-jmods.zip -d /tmp
- name: Download built jars
uses: dawidd6/action-download-artifact@v2
with:
@@ -107,8 +107,8 @@ jobs:
path: src/main/resources/com/stream_pi/server
- name: Setup JavaFX
run: |
- wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+11_linux-x64_bin-jmods.zip
- unzip /tmp/openjfx-17-ea+11_linux-x64_bin-jmods.zip -d /tmp
+ wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_linux-x64_bin-jmods.zip
+ unzip /tmp/openjfx-17-ea+12_linux-x64_bin-jmods.zip -d /tmp
- name: Download built jars
uses: dawidd6/action-download-artifact@v2
with:
@@ -180,8 +180,8 @@ jobs:
name: version
- name: Setup JavaFX
run: |
- bitsadmin /Transfer DownsdfloadJavaFX https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+11_windows-x64_bin-jmods.zip D:\openjfx-17-ea+11_windows-x64_bin-jmods.zip
- Expand-Archive -Force D:\openjfx-17-ea+11_windows-x64_bin-jmods.zip D:\
+ bitsadmin /Transfer DownsdfloadJavaFX https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_windows-x64_bin-jmods.zip D:\openjfx-17-ea+12_windows-x64_bin-jmods.zip
+ Expand-Archive -Force D:\openjfx-17-ea+12_windows-x64_bin-jmods.zip D:\
- name: Download built jars
uses: dawidd6/action-download-artifact@v2
with:
--- 'a/.github/workflows/init.yml'
+++ b/.github/workflows/init.yml
@@ -39,8 +39,8 @@ jobs:
path: src/main/resources/com/stream_pi/server/Default.zip
- name: Setup JavaFX
run: |
- wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+11_linux-x64_bin-sdk.zip
- unzip /tmp/openjfx-17-ea+11_linux-x64_bin-sdk.zip -d /tmp
+ wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_linux-x64_bin-sdk.zip
+ unzip /tmp/openjfx-17-ea+12_linux-x64_bin-sdk.zip -d /tmp
- name: Set Timezone
uses: szenius/set-timezone@v1.0
with:
M pom.xml
+1 −1
--- 'a/pom.xml'
+++ b/pom.xml
@@ -14,7 +14,7 @@
<maven.compiler.target>11</maven.compiler.target>
<gluonfx.plugin.version>1.0.0</gluonfx.plugin.version>
- <javafx.version>17-ea+11</javafx.version>
+ <javafx.version>17-ea+12</javafx.version>
<action.api.version>1.0.0-SNAPSHOT</action.api.version>
<theme.api.version>1.0.0-SNAPSHOT</theme.api.version>