mirror of https://github.com/sbt/sbt.git
Tweak comment
This commit is contained in:
parent
a1eb069979
commit
b093c77193
|
|
@ -230,7 +230,7 @@ object Settings {
|
|||
|
||||
lazy val shading =
|
||||
inConfig(_root_.coursier.ShadingPlugin.Shading)(PgpSettings.projectSettings) ++
|
||||
// ytf does this have to be repeated here?
|
||||
// Why does this have to be repeated here?
|
||||
// Can't figure out why configuration gets lost without this in particular...
|
||||
_root_.coursier.ShadingPlugin.projectSettings ++
|
||||
Seq(
|
||||
|
|
|
|||
Loading…
Reference in New Issue