Skip to content
Snippets Groups Projects
Commit 3a53b66f authored by Solomon Ayalew's avatar Solomon Ayalew Committed by Chad Leong
Browse files

update buildspec java version

(cherry picked from commit 43716a3a)
parent c700f691
No related branches found
No related tags found
1 merge request!450Cherry-pick 'Solxget/java 17 test' into release/0.24
......@@ -30,7 +30,7 @@ env:
phases:
install:
runtime-versions:
java: corretto8
java: corretto17
commands:
- if [ $(echo $CODEBUILD_SOURCE_VERSION | grep -c ^refs/heads.*) -eq 1 ]; then echo "Branch name found"; else echo "This build only supports branch builds" && exit 1; fi
- java -version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment