Skip to content

Commit

Permalink
Use JDK 17 for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed Feb 16, 2023
1 parent d4c56c0 commit c81c0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17

# Base64 decodes and pipes the GPG key content into the secret file
- name: Prepare environment
Expand Down

0 comments on commit c81c0bd

Please sign in to comment.