Skip to content

Commit

Permalink
Merge pull request #443 from apache/setup-java-action
Browse files Browse the repository at this point in the history
added mandatory distribution parameter
  • Loading branch information
AlexanderSaydakov authored Oct 15, 2024
2 parents f0e4e02 + da63bf2 commit b338e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/serde_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
- name: Run Java
run: cd java && mvn test -P generate-java-files
- name: Copy files
Expand Down

0 comments on commit b338e35

Please sign in to comment.