mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 16:25:59 +02:00
Fix executable war for Jetty 10 (#3397)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user