We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6161842 commit 0fa11d2Copy full SHA for 0fa11d2
buildspecs/release-javadoc.yml
@@ -1,11 +1,11 @@
1
version: 0.2
2
env:
3
variables:
4
- JAVA_HOME: "/usr/lib/jvm/java-21-amazon-corretto/"
+ JAVA_HOME: "/usr/lib/jvm/java-23-amazon-corretto/"
5
phases:
6
install:
7
commands:
8
- - apt-get update; apt-get install -y java-21-amazon-corretto-jdk
+ - apt-get update; apt-get install -y java-23-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