We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7237f commit 28e2221Copy full SHA for 28e2221
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ on:
16
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
+ JAVA_OPTS: '-Dfile.encoding=UTF-8 -Xmx4G'
20
21
jobs:
22
build:
build.sbt
@@ -35,6 +35,7 @@ inThisBuild(Seq(
35
),
36
37
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
38
+ githubWorkflowEnv += "JAVA_OPTS" -> "-Dfile.encoding=UTF-8 -Xmx4G",
39
40
githubWorkflowPublish := Seq(WorkflowStep.Sbt(
41
List("ci-release"),
0 commit comments