Skip to content

Commit 28e2221

Browse files
committed
Add JAVA_OPTS
1 parent 1c7237f commit 28e2221

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
JAVA_OPTS: '-Dfile.encoding=UTF-8 -Xmx4G'
1920

2021
jobs:
2122
build:

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ inThisBuild(Seq(
3535
),
3636

3737
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
38+
githubWorkflowEnv += "JAVA_OPTS" -> "-Dfile.encoding=UTF-8 -Xmx4G",
3839

3940
githubWorkflowPublish := Seq(WorkflowStep.Sbt(
4041
List("ci-release"),

0 commit comments

Comments
 (0)