Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
java build 16 added
Browse files Browse the repository at this point in the history
java doc checks skipped
  • Loading branch information
IgorNB committed Sep 8, 2021
1 parent 5392872 commit d043fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Build project
on: [push, workflow_dispatch]

jobs:
build17:
build16:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '16'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install
Expand Down

0 comments on commit d043fcf

Please sign in to comment.