Skip to content
Snippets Groups Projects
Commit 43716a3a authored by Solomon Ayalew's avatar Solomon Ayalew
Browse files

update buildspec java version

parent 1586ab4d
No related branches found
No related tags found
1 merge request!438Solxget/java 17 test
......@@ -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