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
71
71
72
72
On ICU4J, run
73
73
[ 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
75
75
tool will need to change to reflect the release number to search for.
76
76
77
77
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:
162
162
163
163
This work is done in the root of icu4j:
164
164
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.
166
166
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 `
168
168
2 . Now in ` <icu4j_root> ` , create a change report:
169
169
* ` mvn clean `
170
170
* ` releases_tools/api_reports.sh `
You can’t perform that action at this time.
0 commit comments