Skip to content

Commit 5d606ba

Browse files
committed
Use JDK 8 for release (JAXB plugin requires it)
1 parent 6731693 commit 5d606ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
next_dev_version: ${{ inputs.nextDevVersion }}
4444
skip_tests: ${{ inputs.skipTests }}
4545
test_run: ${{ inputs.testRun }}
46-
jdk_version_map: '{"master":"11","default":"11"}'
46+
jdk_version_map: '{"master":"8","default":"8"}'
4747
artifact_path: 'target'
4848
resume_from: ${{ inputs.resumeFrom }}
4949
author_name: 'Codice Release Manager'

0 commit comments

Comments
 (0)