Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
#24 - added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Jun 5, 2023
1 parent 77f1c2c commit 611bba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ install: |
merge:
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
# @todo #24:30min Enable LC_ALL=C in the merge process.
# Currently the build process fails because of the
# non-ASCII characters in the source code. The
# LC_ALL=C should be enabled to make sure that the
# build process is not affected by the locale settings.
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
release:
Expand Down

0 comments on commit 611bba4

Please sign in to comment.