Skip to content

Commit

Permalink
Updated the Java version on buildspec.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
desiderati committed Jul 1, 2024
1 parent 9b7f5f2 commit 56bf629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml.

- name: Configure GIT
Expand Down

0 comments on commit 56bf629

Please sign in to comment.