Skip to content

Commit 262149b

Browse files
author
Sam Harrison
committed
fix: rollback to Java 8 for Sonatype deployment
1 parent a1d0c6e commit 262149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Sonatype Maven
4444
uses: actions/setup-java@v2
4545
with:
46-
java-version: 17
46+
java-version: 8
4747
distribution: temurin
4848
server-id: ossrh
4949
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)