Skip to content

Commit 8b6a9e3

Browse files
committed
Update configs
1 parent df71bc9 commit 8b6a9e3

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

coordinator/configs/projects-config.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,14 @@ softwaremill_sttp {
469469
]
470470
}
471471
softwaremill_tapir {
472+
java.version=17
472473
sbt.options=["-J-Xmx6g", "-J-Xss2M", "-J-XX:+UseG1GC"]
474+
sbt.commands=["set vertxServerZio1.jvm(true)/Compile/doc/sources := Nil"]
473475
projects.overrides {
474476
tapir-datadog-metrics.tests = compile-only
475477
tapir-http4s-client.tests = compile-only
476478
tapir-sttp-client-ws-zio1.tests = compile-only
479+
tapir-sttp-client.tests = compile-only
477480
// Deadlocks when executing in minikube
478481
tapir-vertx-server.tests = compile-only
479482
}
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
akka/akka
2-
avast/scala-server-toolkit
31
disneystreaming/smithy4s
4-
http4s/http4s
5-
kamon-io/kamon
6-
scalatest/scalatest
7-
softwaremill/sttp
82
softwaremill/tapir
9-
thoughtworksinc/dsl.scala
10-
zio/zio
3+
thoughtworksinc/dsl.scala

0 commit comments

Comments
 (0)