Skip to content

Commit

Permalink
Fix #1923 (OSSRH artifacts are build with different java version) (#1924
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Ali-RS authored Jan 22, 2023
1 parent 458e9ec commit c97a6d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,13 @@ jobs:
with:
fetch-depth: 1

# Setup jdk 17 used for building Sonatype OSSRH artifacts
- name: Setup the java environment
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

# Download all the stuff...
- name: Download maven artifacts
uses: actions/download-artifact@master
Expand Down

0 comments on commit c97a6d3

Please sign in to comment.