Skip to content

Commit

Permalink
Fork JVM in Test
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Oct 14, 2024
1 parent 0a93646 commit d608073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ lazy val hello = (project in file("."))
enablePlugins(SbtTwirl)
enablePlugins(JettyPlugin)

Test / fork := true

Jetty / containerLibs := Seq("org.eclipse.jetty.ee10" % "jetty-ee10-runner" % "$jetty_version$" intransitive())
Jetty / containerMain := "org.eclipse.jetty.ee10.runner.Runner"

0 comments on commit d608073

Please sign in to comment.