Skip to content

Commit

Permalink
Update github action to use java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 committed Jun 11, 2024
1 parent 1808534 commit b2a2d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
# server-id: sonatype
# server-username: SONATYPE_BOT_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'

- name: maven-settings-xml-action
Expand Down

0 comments on commit b2a2d0a

Please sign in to comment.