Skip to content

Commit

Permalink
Merge pull request #2726 from dls-controls/fix_github_action_build
Browse files Browse the repository at this point in the history
Specify minor version of Java to use in GitHub action
  • Loading branch information
shroffk authored Mar 13, 2024
2 parents 53eca92 + c98dc2e commit 449df66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 11.0.19
- name: Set up Maven
uses: stCarolas/setup-maven@v4
with:
Expand Down

0 comments on commit 449df66

Please sign in to comment.