Fix executable war for Jetty 10 (#3397)

This commit is contained in:
Naoki Takezoe
2023-10-22 17:20:04 +09:00
committed by GitHub
parent 070f74e7dc
commit 6e26d090ed

View File

@@ -159,8 +159,7 @@ executableKey := {
val jettyJars = Keys.update.value select configurationFilter(name = ExecutableConfig.name)
jettyJars foreach { jar =>
IO unzip (jar, temp, (name: String) =>
(name startsWith "javax/") ||
(name startsWith "org/"))
(name startsWith "javax/") || (name startsWith "org/") || (name startsWith "META-INF/services/"))
}
// include original war file