Skip to content

Commit

Permalink
Use Java 8 for publishing snapshots
Browse files Browse the repository at this point in the history
To work around SSL problems, the build now uses Java 8 for the job that publishes snapshots to oss.sonatype.org.
  • Loading branch information
marcphilipp authored Oct 6, 2021
1 parent 3f7fc0c commit 7167b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 6
java-version: 8
- name: Publish snapshot artifacts
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 7167b23

Please sign in to comment.