Skip to content

Commit 218cd29

Browse files
author
Sam Harrison
committed
fix: rollback to Java 8 for Sonatype deployment
1 parent d28ea6c commit 218cd29

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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Sonatype Maven
4848
uses: actions/setup-java@v2
4949
with:
50-
java-version: 17
50+
java-version: 8
5151
distribution: temurin
5252
server-id: ossrh
5353
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)