sbt / sbt-pgp

PGP plugin for sbt
Other
144 stars 56 forks source link

ThisBuild / pomIncludeRepository #183

Open asakaev opened 4 years ago

asakaev commented 4 years ago

I have a warning about a key that's not used by any other settings/tasks:

ThisBuild / pomIncludeRepository := { _ => false }

Is pomIncludeRepository not used or it's a false warning?

https://github.com/asakaev/leftpad/blob/master/build.sbt https://github.com/asakaev/leftpad/runs/1436631932?check_suite_focus=true#step:5:214