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

Commit

Permalink
Merge pull request #26 from Graur/fixed-rultor.yml
Browse files Browse the repository at this point in the history
fixed `rultor` merging script
  • Loading branch information
yegor256 authored Jun 5, 2023
2 parents 8ebe39e + d410696 commit b42a66b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ 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
# LC_ALL=C should be enabled to make sure that the
# build process is not affected by the locale settings.
script: |
LC_ALL=C mvn clean install -Pqulice --errors -Dstyle.color=never
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

1 comment on commit b42a66b

@0pdd
Copy link

@0pdd 0pdd commented on b42a66b Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 24-3f878117 discovered in .rultor.yml) and submitted as #27. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.