File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
22# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
33
4- name : Maven Package
4+ name : Package with Maven in 3 Platforms
55
66on :
77 workflow_dispatch :
@@ -17,10 +17,10 @@ jobs:
1717 packages : write
1818 steps :
1919 - uses : actions/checkout@v4
20- - name : Set up JDK 21
20+ - name : Set up JDK 25
2121 uses : actions/setup-java@v4
2222 with :
23- java-version : ' 21 '
23+ java-version : ' 25 '
2424 distribution : ' temurin'
2525 server-id : github
2626 settings-path : ${{ github.workspace }}
@@ -39,10 +39,10 @@ jobs:
3939 packages : write
4040 steps :
4141 - uses : actions/checkout@v4
42- - name : Set up JDK 21
42+ - name : Set up JDK 25
4343 uses : actions/setup-java@v4
4444 with :
45- java-version : ' 21 '
45+ java-version : ' 25 '
4646 distribution : ' temurin'
4747 server-id : github
4848 settings-path : ${{ github.workspace }}
@@ -61,10 +61,10 @@ jobs:
6161 packages : write
6262 steps :
6363 - uses : actions/checkout@v4
64- - name : Set up JDK 21
64+ - name : Set up JDK 25
6565 uses : actions/setup-java@v4
6666 with :
67- java-version : ' 21 '
67+ java-version : ' 25 '
6868 distribution : ' temurin'
6969 server-id : github
7070 settings-path : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments