Skip to content

Commit

Permalink
Updated GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed May 28, 2024
1 parent 5bbbf9e commit 024f16f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

- name: Set up JDK 16
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '16'
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '16'
java-version: '21'
distribution: 'adopt'
cache: maven
server-id: ossrh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-snapshot-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '16'
java-version: '21'
distribution: 'adopt'
cache: maven
server-id: ossrh
Expand Down

0 comments on commit 024f16f

Please sign in to comment.