Skip to content

Commit

Permalink
Update building-and-testing-java-with-maven.md
Browse files Browse the repository at this point in the history
Update step description
  • Loading branch information
nkolosnjaji authored Dec 27, 2024
1 parent d25344a commit 730f432
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 730f432

Please sign in to comment.