Skip to content

Commit 7167b23

Browse files
authored
Use Java 8 for publishing snapshots
To work around SSL problems, the build now uses Java 8 for the job that publishes snapshots to oss.sonatype.org.
1 parent 3f7fc0c commit 7167b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up JDK
4949
uses: actions/setup-java@v1
5050
with:
51-
java-version: 6
51+
java-version: 8
5252
- name: Publish snapshot artifacts
5353
env:
5454
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)