Skip to content

Commit 78dd113

Browse files
committed
build: switch back to jdk 12 due to errors with nexus-staging-maven-plugin
1 parent 1b346d1 commit 78dd113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v2
1717
with:
18-
java-version: '17'
18+
java-version: '12'
1919
distribution: 'adopt'
2020
cache: maven
2121

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up JDK
2222
uses: actions/setup-java@v2
2323
with:
24-
java-version: '17'
24+
java-version: '12'
2525
distribution: 'adopt'
2626
cache: maven
2727

0 commit comments

Comments
 (0)