Skip to content

Commit 055c07c

Browse files
committed
HBASE-23767 Add JDK11 compilation and unit test support to Github precommit
Rebuild our Dockerfile with support for multiple JDK versions. Use multiple stages in the Jenkinsfile instead of yetus's multijdk because of YETUS-953. Run those multiple stages in parallel to speed up results. Note that multiple stages means multiple Yetus invocations means multiple comments on the PreCommit. This should become more obvious to users once we can make use of GitHub Checks API, HBASE-23902. closes #1183 Signed-off-by: Sean Busbey <[email protected]>
1 parent aff0ff5 commit 055c07c

5 files changed

+624
-196
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ ij_javascript_while_on_new_line = false
460460
ij_javascript_wrap_comments = false
461461

462462
[{*.gradle,*.groovy,*.gant,*.gdsl,*.gy,*.gson,Jenkinsfile*}]
463+
indent_size = 4
463464
ij_groovy_align_group_field_declarations = false
464465
ij_groovy_align_multiline_array_initializer_expression = false
465466
ij_groovy_align_multiline_assignment = false

0 commit comments

Comments
 (0)