Skip to content

Commit

Permalink
bump sbtnativepackager docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
codacy-vrhpires committed Jun 19, 2024
1 parent 3be44a5 commit 985330b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name := "codacy-stylelint"

lazy val `doc-generator` = project.settings(libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.64.8")

dockerBaseImage := "openjdk:11-jdk"

enablePlugins(JavaAppPackaging)

Universal / javaOptions ++= Seq("-XX:+UseG1GC", "-XX:+UseStringDeduplication", "-XX:MaxRAMPercentage=90.0")

0 comments on commit 985330b

Please sign in to comment.