Skip to content

Commit

Permalink
Update Java version to 21 for Build Release agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Alessio committed Dec 1, 2023
1 parent 007469b commit 59a00d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: "17"
java-version: "21"
distribution: corretto

- name: Configure the git user
Expand All @@ -85,7 +85,7 @@ jobs:
<toolchain>
<type>jdk</type>
<provides>
<version>17</version>
<version>21</version>
<vendor>OpenJDK</vendor>
</provides>
<configuration>
Expand Down

0 comments on commit 59a00d4

Please sign in to comment.