Skip to content

Commit ff876ca

Browse files
committed
ICU-23056 Update instructions from JDK8 to JDK11
See #3654
1 parent 0f50ec2 commit ff876ca

File tree

1 file changed

+3
-3
lines changed
  • docs/processes/release/tasks

1 file changed

+3
-3
lines changed

docs/processes/release/tasks/docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ compatibility](https://unicode-org.github.io/icu/userguide/icu/design#icu-api-co
7171

7272
On ICU4J, run
7373
[com.ibm.icu.dev.tool.docs.CheckTags](https://github.com/unicode-org/icu/blob/main/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/CheckTags.java)
74-
(see file for instructions). This requires a JDK with javadoc available, i.e, JDK8. The
74+
(see file for instructions). This requires a JDK with javadoc available, i.e, JDK11. The
7575
tool will need to change to reflect the release number to search for.
7676

7777
To check the API status changes, run the script `releases_tools/api_reports.sh` to generate the
@@ -162,9 +162,9 @@ This work is done in the root of icu4c:
162162

163163
This work is done in the root of icu4j:
164164

165-
1. Make sure JAVA_HOME is set to JDK 8. This report creation fails with JDK 11.
165+
1. Make sure JAVA_HOME is set to JDK 11.
166166
For example, in Linux:
167-
* `export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64`
167+
* `export JAVA_HOME=/usr/lib/jvm/jdk-11.0.24+8`
168168
2. Now in `<icu4j_root>`, create a change report:
169169
* `mvn clean`
170170
* `releases_tools/api_reports.sh`

0 commit comments

Comments
 (0)