Skip to content

Commit

Permalink
Use JDK 16 to build (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolsinga authored Aug 27, 2021
1 parent 3c402ba commit 163dde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: '15'
java-version: '16'
- name: Build with Ant
run: ant -noinput -buildfile build.xml -Dbuild.id=$GITHUB_SHA
- name: Upload artifact
Expand Down

0 comments on commit 163dde1

Please sign in to comment.