Skip to content

Commit

Permalink
Changes Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Feb 10, 2024
1 parent c3d2b0c commit 1f3aa44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
path: ~/.ivy2
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Generate build.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ant-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
path: ~/.ivy2
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Generate build.xml
Expand Down

0 comments on commit 1f3aa44

Please sign in to comment.