Skip to content

Commit

Permalink
#520: updated java to 11.0.9.1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Jan 21, 2021
2 parents 9cd4b84 + 787e019 commit ba494d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function doSetup() {
fi
if [ -n "${1}" ] || [ ! -d "${JAVA_HOME}" ]
then
local software_version="${JAVA_VERSION:-11.0.5_10}"
local software_version="${JAVA_VERSION:-11.0.9.1_1}"
local major_version="${software_version/\.*/}"
major_version="${major_version/u*/}"
local jdk_folder="jdk-${software_version/_/%2B}"
Expand Down

0 comments on commit ba494d9

Please sign in to comment.