Skip to content

Commit

Permalink
Don't flag build as dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Feb 14, 2022
1 parent 560f901 commit fa44019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ normalizedName := s"${name.value}${network.value.packageSuffix}"
unmanagedSources / excludeFilter := "Version.scala"

git.useGitDescribe := true
git.uncommittedSignifier := Some("DIRTY")
git.uncommittedSignifier := None
logBuffered := false

inThisBuild(
Expand Down

0 comments on commit fa44019

Please sign in to comment.