We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9637d commit 63c4156Copy full SHA for 63c4156
java-test-samples/java-appsync-sam/testspec.yml
@@ -9,6 +9,11 @@ phases:
9
java: corretto11
10
commands:
11
- cd ./java-appsync-sam
12
+ pre_build:
13
+ commands:
14
+ - yum install java-17-amazon-corretto-devel -y
15
+ - alternatives --set java /usr/lib/jvm/java-17-amazon-corretto.x86_64/bin/java
16
+ - export JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto.x86_64
17
build:
18
19
- echo Build started on `date`
0 commit comments