File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v2
19- - name : Set up JDK 11
19+ - name : Set up JDK 18
2020 uses : actions/setup-java@v1
2121 with :
22- java-version : 11
22+ java-version : 18
2323 - name : Build with Maven
2424 run : mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml -P github_actions -B package --file pom.xml
2525 env :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 packages : write
1616 steps :
1717 - uses : actions/checkout@v2
18- - name : Set up JDK 11
18+ - name : Set up JDK 18
1919 uses : actions/setup-java@v2
2020 with :
21- java-version : ' 11 '
21+ java-version : ' 18 '
2222 distribution : ' adopt'
2323 server-id : github # Value of the distributionManagement/repository/id field of the pom.xml
2424
You can’t perform that action at this time.
0 commit comments