Skip to content

Commit

Permalink
Updates Java minimum version from 11 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Apr 16, 2024
1 parent e591dca commit 269c352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,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
run: |
Expand Down

0 comments on commit 269c352

Please sign in to comment.