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

Commit

Permalink
#24 - removed env options
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Jun 5, 2023
1 parent 611bba4 commit d4724bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ assets:
install: |
pdd --file=/dev/null
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
Expand All @@ -15,9 +13,6 @@ merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
release:
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
MAVEN_OPTS: --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
script: |-
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
git commit -am "${tag}"
Expand Down

0 comments on commit d4724bb

Please sign in to comment.