Skip to content

Commit

Permalink
Merge pull request #20 from tdrwenski/fix-jdk-17
Browse files Browse the repository at this point in the history
Update valid java versions
  • Loading branch information
haileyajohnson authored Jul 9, 2024
2 parents 0b69e0c + 2bea79a commit c334bb8
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 c334bb8

Please sign in to comment.