Set list-id header for notification mails

This commit is contained in:
Eike Kettner
2020-04-29 22:44:05 +02:00
parent 03003f2317
commit 0a1b3fcf95
9 changed files with 57 additions and 8 deletions

View File

@ -141,6 +141,9 @@ val openapiScalaSettings = Seq(
// --- Modules
// Base module, everything depends on this including restapi and
// joexapi modules. This should aim to have least possible
// dependencies
val common = project.in(file("modules/common")).
disablePlugins(RevolverPlugin).
settings(sharedSettings).