mirror of https://github.com/sbt/sbt.git
Silence unused-nowarn in meta-build
This commit is contained in:
parent
2e930987e1
commit
332b53735e
|
|
@ -1172,6 +1172,7 @@ private[sbt] object Load {
|
|||
opts
|
||||
)
|
||||
},
|
||||
scalacOptions += "-Wconf:cat=unused-nowarn:s",
|
||||
onLoadMessage := ("loading project definition from " + baseDirectory.value)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue