Closed Graur closed 1 year ago
@yegor256 I fixed rultor
merging script which should allow us to merge pull requests in this repository. Can you please check it and merge it manually?
Or we can merge #25 manually if you think it would be better
@Graur done
@yegor256 Thanks!
PR-Codex overview
This PR aims to improve the build process by enabling
LC_ALL=C
in the merge process to avoid issues with non-ASCII characters. It also removes unnecessary environment variables.Detailed summary
LC_ALL=C
in the merge processJAVA_TOOL_OPTIONS
andMAVEN_OPTS
environment variables from the merge and release processesLC_ALL=C
from the merge script