We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5f43a commit cbea5d8Copy full SHA for cbea5d8
1 file changed
.github/workflows/maven.yml
@@ -14,8 +14,8 @@ jobs:
14
- name: Set up JDK
15
uses: actions/setup-java@v4
16
with:
17
- java-version: '21'
+ java-version: '25'
18
distribution: 'temurin'
19
20
- name: Build with Maven
21
- run: mvn clean test
+ run: mvn clean javafx:run
0 commit comments