Skip to content

Commit

Permalink
Use Temurin in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
galan committed Dec 1, 2023
1 parent ce4bc34 commit 5139eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: setup java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: "17"
distribution: "temurin"
- name: Build all modules with Maven
run: |
export PLUNGER_HOME="$(pwd)/dist"
Expand Down

0 comments on commit 5139eb1

Please sign in to comment.