diff --git a/build.sbt b/build.sbt index 1ed7571..3019aed 100644 --- a/build.sbt +++ b/build.sbt @@ -101,7 +101,7 @@ // 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