Skip to content

Commit

Permalink
Remove parallel execution for ship
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Mar 26, 2024
1 parent 6d3ca1c commit 88e0311
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,9 @@ lazy val delta = project
lazy val ship = project
.in(file("ship"))
.settings(
name := "nexus-ship",
moduleName := "nexus-ship"
name := "nexus-ship",
moduleName := "nexus-ship",
Test / parallelExecution := false
)
.enablePlugins(UniversalPlugin, JavaAppPackaging, JavaAgent, DockerPlugin, BuildInfoPlugin)
.settings(shared, compilation, servicePackaging, assertJavaVersion, kamonSettings, coverage, release)
Expand Down

0 comments on commit 88e0311

Please sign in to comment.