Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility committed May 15, 2020
1 parent d6ba387 commit 54dc692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
# Uses sha for added security since tags can be updated
uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d
with:
java-version: ${{ matrix.java.java-version }}
java-version: ${{ matrix.java-version }}
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 54dc692

Please sign in to comment.