Skip to content

Commit

Permalink
cleanup ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Nov 21, 2021
1 parent f9844bd commit f69fed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
java: [8, 17]

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build
run: mvn --no-transfer-progress -B clean package --file pom.xml
run: mvn --no-transfer-progress -B clean package

0 comments on commit f69fed0

Please sign in to comment.