Skip to content

Commit c13710d

Browse files
authored
Use JDK 21 to build javadocs and enable search button (#4461)
1 parent 6969fbe commit c13710d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

buildspecs/release-javadoc.yml

Lines changed: 2 additions & 2 deletions
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-18-amazon-corretto/"
4+
JAVA_HOME: "/usr/lib/jvm/java-21-amazon-corretto/"
55
phases:
66
install:
77
commands:
8-
- apt-get update; apt-get install -y java-18-amazon-corretto-jdk
8+
- apt-get update; apt-get install -y java-21-amazon-corretto-jdk
99
- update-alternatives --auto javac
1010
- update-alternatives --auto java
1111
- pip install awscli==1.19.34 --upgrade --user

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,9 +1002,8 @@
10021002
<show>public</show>
10031003
<author>false</author>
10041004
<version>true</version>
1005-
<!-- Disable index because jquery-ui version used is old -->
1006-
<!-- Re-enable it when it's fixed in newer versions of JDK -->
1007-
<noindex>true</noindex>
1005+
<!-- Whether to enable search button -->
1006+
<noindex>false</noindex>
10081007
<use>false</use>
10091008
<source>8</source>
10101009
<notree>true</notree>

0 commit comments

Comments
 (0)