We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6decdd commit 2ac6f7bCopy full SHA for 2ac6f7b
buildspecs/release-javadoc.yml
@@ -1,11 +1,11 @@
1
version: 0.2
2
env:
3
variables:
4
- JAVA_HOME: "/usr/lib/jvm/java-17-amazon-corretto/"
+ JAVA_HOME: "/usr/lib/jvm/java-18-amazon-corretto/"
5
phases:
6
install:
7
commands:
8
- - apt-get update; apt-get install -y java-17-amazon-corretto-jdk
+ - apt-get update; apt-get install -y java-18-amazon-corretto-jdk
9
- update-alternatives --auto javac
10
- update-alternatives --auto java
11
- pip install awscli==1.19.34 --upgrade --user
0 commit comments