This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up JDK
19
- uses : actions/setup-java@v1
19
+ uses : actions/setup-java@v4
20
20
with :
21
- java-version : 11
22
- - name : Check Maven dependencies update
23
- run : mvn -B versions:display-dependency-updates
21
+ distribution : ' zulu '
22
+ java-version : ' 17 '
23
+ cache : ' maven '
24
24
- name : Compile with Maven
25
25
run : mvn -B compile
26
26
- name : Build with Maven
27
27
run : mvn -B javafx:jlink
28
28
- name : Package with Maven
29
- run : mvn package
29
+ run : mvn -B package
30
30
- uses : actions/upload-artifact@v4
31
31
with :
32
32
name : ${{ matrix.platform }}
33
- path : target
33
+ path : target/MIDI-MUG-1.0-SNAPSHOT.jar
Original file line number Diff line number Diff line change 13
13
<dependency >
14
14
<groupId >org.openjfx</groupId >
15
15
<artifactId >javafx-controls</artifactId >
16
- <version >13 </version >
16
+ <version >21 </version >
17
17
</dependency >
18
18
<dependency >
19
19
<groupId >org.openjfx</groupId >
20
20
<artifactId >javafx-fxml</artifactId >
21
- <version >13 </version >
21
+ <version >21 </version >
22
22
<type >jar</type >
23
23
</dependency >
24
24
</dependencies >
You can’t perform that action at this time.
0 commit comments