Skip to content

Commit 79c82d2

Browse files
authored
Update Unicode version to 15.0.0 in CI build scripts (#176)
1 parent eec3b2e commit 79c82d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-jsp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
run: >
4141
mkdir -pv $(pwd)/output/Generated/ &&
4242
mvn -s .github/workflows/mvn-settings.xml -B exec:java
43-
-Dexec.mainClass="org.unicode.text.UCD.Main" -Dexec.args="version 14.0.0 build MakeUnicodeFiles"
43+
-Dexec.mainClass="org.unicode.text.UCD.Main" -Dexec.args="version 15.0.0 build MakeUnicodeFiles"
4444
-pl unicodetools -DCLDR_DIR=${GITHUB_WORKSPACE}/cldr
45-
-DUNICODETOOLS_REPO_DIR=$(pwd) -DUVERSION=14.0.0
45+
-DUNICODETOOLS_REPO_DIR=$(pwd) -DUVERSION=15.0.0
4646
-DUNICODETOOLS_OUTPUT_DIR=$(pwd)/output
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
- name: Run unicodetools tests
5050
run: >
5151
mvn -s .github/workflows/mvn-settings.xml -B test -pl unicodetools
52-
-DCLDR_DIR=${GITHUB_WORKSPACE}/cldr -T 1C -Dparallel=classes -DUNICODETOOLS_REPO_DIR=$(pwd) -DUVERSION=14.0.0 -DUNICODETOOLS_OUTPUT_DIR=$(pwd)/output
52+
-DCLDR_DIR=${GITHUB_WORKSPACE}/cldr -T 1C -Dparallel=classes -DUNICODETOOLS_REPO_DIR=$(pwd) -DUVERSION=15.0.0 -DUNICODETOOLS_OUTPUT_DIR=$(pwd)/output
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
- name: Package JSPs

docs/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ All of the following have `version 15.0.0` (or whatever the latest version is)
235235
in the options given to Java.
236236

237237
Example changes for adding Unicode 15 version numbers:
238-
See the second commit of https://github.com/unicode-org/unicodetools/pull/156
238+
See the second commit of [https://github.com/unicode-org/unicodetools/pull/156](https://github.com/unicode-org/unicodetools/pull/156/commits/71ed1d4f2a7e2ff1e9ae0063ec10d5289c37ecf0). Also, you must update the version number in the CI build scripts in `.github/workflows/`.
239239

240240
Example changes for adding properties:
241241
<https://github.com/unicode-org/unicodetools/pull/40>. Throughout these steps we

0 commit comments

Comments
 (0)