mirror of https://github.com/sbt/sbt.git
Merge pull request #8215 from sbt/unused-nowarn-Load
This commit is contained in:
commit
b172226430
|
|
@ -1357,7 +1357,6 @@ private[sbt] object Load {
|
||||||
converter,
|
converter,
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
scalacOptions += Def.uncached("-Wconf:cat=unused-nowarn:s"),
|
|
||||||
onLoadMessage := ("loading project definition from " + baseDirectory.value)
|
onLoadMessage := ("loading project definition from " + baseDirectory.value)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue