Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove findbug settings
  • Loading branch information
xerial committed May 11, 2021
commit df6cc8d286acf33fef64aeb8595ee77e0038b9b4
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ lazy val root = Project(id = "msgpack-java", base = file("."))
// Do not publish the root project
publishArtifact := false,
publish := {},
publishLocal := {},
findbugs := {
// do not run findbugs for the root project
}
publishLocal := {}
)
.aggregate(msgpackCore, msgpackJackson)

Expand Down