Open yAoOw opened 2 years ago
JAVA_MAJOR_VERSION=$($JAVA_PATH -version 2>&1 | sed -E -n 's/. version "([0-9]).*$/\1/p')
hi @yAoOw this is due to a problem in the upstream vorpaljs/bash-parser: https://github.com/vorpaljs/bash-parser/issues/58 it seems this is not maintained.. not sure how to work around this..
JAVA_MAJOR_VERSION=$($JAVA_PATH -version 2>&1 | sed -E -n 's/. version "([0-9]).*$/\1/p')