Skip to content

Commit

Permalink
Update valid java versions to be in sync with allowed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jul 9, 2024
1 parent 489f92b commit 86b697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/provisioners/file/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BUILD_TOOL=${3}
TEST_COMMAND=${4}

VALID_JAVA_VENDORS=("temurin" "zulu")
VALID_JAVA_VERSIONS=("8" "11" "14" "16")
VALID_JAVA_VERSIONS=("8" "11" "16" "17")
VALID_BUILD_TOOLS=("gradlew" "mvn")

#
Expand Down

0 comments on commit 86b697d

Please sign in to comment.