File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
env :
3
3
variables :
4
- JAVA_HOME : " /usr/lib/jvm/java-18 -amazon-corretto/"
4
+ JAVA_HOME : " /usr/lib/jvm/java-21 -amazon-corretto/"
5
5
phases :
6
6
install :
7
7
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
9
9
- update-alternatives --auto javac
10
10
- update-alternatives --auto java
11
11
- pip install awscli==1.19.34 --upgrade --user
Original file line number Diff line number Diff line change 1002
1002
<show >public</show >
1003
1003
<author >false</author >
1004
1004
<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 >
1008
1007
<use >false</use >
1009
1008
<source >8</source >
1010
1009
<notree >true</notree >
You can’t perform that action at this time.
0 commit comments