Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jun 14, 2024
1 parent 1fd8ae9 commit 5460c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function check_environment() {
local java_version=$(java -version 2>&1 | head -n1 | sed -r 's/.*version "([0-9]*).*$/\1/');

if [[ $java_version < $MIN_JAVA_VERSION ]]; then
echo "Error: java version must be $MIN_JAVA_VERSION+";
echo "Error: java version $java_version must be $MIN_JAVA_VERSION+";
fi

# check maven
Expand Down

0 comments on commit 5460c56

Please sign in to comment.