sbt-pgp icon indicating copy to clipboard operation
sbt-pgp copied to clipboard

ThisBuild / pomIncludeRepository

Open asakaev opened this issue 3 years ago • 0 comments

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

asakaev avatar Nov 23 '20 14:11 asakaev