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

Commit

Permalink
Update .rultor.yml
Browse files Browse the repository at this point in the history
Set default JVM file encoding
  • Loading branch information
Киряев Кирилл committed Jun 28, 2022
1 parent 0b2405b commit 4816c16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ assets:
install: |
pdd --file=/dev/null
merge:
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
script: |
LC_ALL=C mvn clean install -Pqulice --errors -Dstyle.color=never
release:
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
script: |-
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
git commit -am "${tag}"
Expand Down

0 comments on commit 4816c16

Please sign in to comment.