Skip to:
Checkstyle requires JDK 11+, but JBehave needs to support JDK 8+. So in order to improve JBehave developer’s life it’s needed:
to configure Checkstyle plugin to run validations if current JDK version is 11+, otherwise validations should be skipped. See:
to update CI config to have single command for all JDKs
Checkstyle requires JDK 11+, but JBehave needs to support JDK 8+. So in order to improve JBehave developer’s life it’s needed:
to configure Checkstyle plugin to run validations if current JDK version is 11+, otherwise validations should be skipped. See:
to update CI config to have single command for all JDKs