Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed May 16, 2024
1 parent e3e3771 commit aa90991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ our $GRADLE_LOCAL_HOME_DIR = ($ENV{'GRADLE_LOCAL_HOME_DIR'} // ".gradle_local_ho
#
# Run the 'java -version' command and capture its output
my $java_version_output = `java -version 2>&1`;
print "$java_version_output\n";

# Extract the imajor version number using regular expressions
if ($java_version_output =~ 'version "?(?:1\.)?(\K\d+)') {
if ($1 != 11) {
Expand Down

0 comments on commit aa90991

Please sign in to comment.