Skip to content

Commit

Permalink
gh actions experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Aug 15, 2024
1 parent 7edc0e0 commit d1f8824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: 8
# cannot ignore javadoc violations on Zulu
distribution: 'temurin'
- name: Test
run: |
mvn -v
Expand Down

0 comments on commit d1f8824

Please sign in to comment.