Skip to content

Commit 0fa11d2

Browse files
authored
Use Java 23 to build javadocs (#5656)
1 parent 6161842 commit 0fa11d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspecs/release-javadoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 0.2
22
env:
33
variables:
4-
JAVA_HOME: "/usr/lib/jvm/java-21-amazon-corretto/"
4+
JAVA_HOME: "/usr/lib/jvm/java-23-amazon-corretto/"
55
phases:
66
install:
77
commands:
8-
- apt-get update; apt-get install -y java-21-amazon-corretto-jdk
8+
- apt-get update; apt-get install -y java-23-amazon-corretto-jdk
99
- update-alternatives --auto javac
1010
- update-alternatives --auto java
1111
- pip install awscli==1.19.34 --upgrade --user

0 commit comments

Comments
 (0)