Commit aafd00e
authored
Change GH Action JDK+FX Zulu to just the Temurin JDK (#681)
The Temurin JDK comes preinstalled on the Github-hosted Runners so it saves some time from installing. The FX libraries aren't used for building, but are rather only needed for the runtime, which is taken care of by bundling the standalone installers with the JRE+FX (Zulu) from Azul. (Not needed for build as the JFX libraries are provided by the JavaFX plugin and the dependencies from build.gradle1 parent b65d0a3 commit aafd00e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
0 commit comments