Skip to content

Commit

Permalink
Update building-and-testing-java-with-maven.md (github#35777)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
nkolosnjaji and nguyenalex836 authored Jan 6, 2025
1 parent eef734a commit d31c0ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ You can cache your dependencies to speed up your workflow runs. After a successf
```yaml copy
steps:
- uses: {% data reusables.actions.action-checkout %}
- name: Set up JDK 11
- name: Set up JDK 17
uses: {% data reusables.actions.action-setup-java %}
with:
java-version: '17'
Expand Down

0 comments on commit d31c0ba

Please sign in to comment.