File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
rm -rf cldr-json
88
88
echo "::endgroup::"
89
89
echo "::group::Build"
90
- bash cldr-generate-json.sh
90
+ bash MVN_OPTS="-s cldr/.github/workflows/mvn-settings.xml" cldr-generate-json.sh
91
91
echo "::endgroup::"
92
92
echo "::group::Status"
93
93
git status || true
Original file line number Diff line number Diff line change 22
22
mkdir -p -v ${OUT} ${INDATA} /seed/main ${INDATA} /seed/annotations ${DIST}
23
23
MAIN_CLASS=org.unicode.cldr.json.Ldml2JsonConverter
24
24
export MAVEN_OPTS=" -Xmx16384m -Dexec.cleanupDaemonThreads=false -Dexec.mainClass=${MAIN_CLASS} "
25
- MVN=" mvn --file=${CLDR_DIR} /tools/pom.xml -pl cldr-code"
25
+ MVN=" mvn ${MVN_OPTS} --file=${CLDR_DIR} /tools/pom.xml -pl cldr-code"
26
26
MVN_COMPILE=" ${MVN} compile"
27
27
MVN_EXEC=" ${MVN} -DCLDR_DIR=${INDATA} exec:java"
28
28
You can’t perform that action at this time.
0 commit comments