mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-09 09:02:16 +01:00
Fix build.sbt
This commit is contained in:
@@ -101,7 +101,7 @@ javaOptions in Jetty ++= Option(System.getenv().get("JREBEL")).toSeq.flatMap { p
|
||||
|
||||
// Exclude a war file from published artifacts
|
||||
signedArtifacts := {
|
||||
signedArtifacts.value.filterNot { case (_, file) => file.getName.endsWith(".war") || file.getName.endsWith(".war.asc" }
|
||||
signedArtifacts.value.filterNot { case (_, file) => file.getName.endsWith(".war") || file.getName.endsWith(".war.asc") }
|
||||
}
|
||||
|
||||
// Create executable war file
|
||||
|
||||
Reference in New Issue
Block a user