File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/processes/release/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ compatibility](https://unicode-org.github.io/icu/userguide/icu/design#icu-api-co
7171
7272On 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
7575tool will need to change to reflect the release number to search for.
7676
7777To 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
163163This 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 `
1681682 . Now in ` <icu4j_root> ` , create a change report:
169169 * ` mvn clean `
170170 * ` releases_tools/api_reports.sh `
You can’t perform that action at this time.
0 commit comments