diff --git a/build.sbt b/build.sbt index fc48cda..43df9fb 100644 --- a/build.sbt +++ b/build.sbt @@ -287,5 +287,6 @@ Jetty / javaOptions ++= Seq( "-Xdebug", - "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000" + "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000", + "-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF" )