Skip to content

Commit

Permalink
add java memory
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlangton committed May 3, 2024
1 parent cad44d2 commit 4710e37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
////////////////////////
// sbt-github-actions //
////////////////////////
ThisBuild / githubWorkflowJavaVersions += JavaSpec.temurin("17")

ThisBuild / githubWorkflowEnv := Map("JAVA_OPTS" -> "-Xmx2g")
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
ThisBuild / githubWorkflowPublishTargetBranches :=
Seq(
Expand Down

0 comments on commit 4710e37

Please sign in to comment.