mirror of https://github.com/sbt/sbt.git
Merge pull request #7924 from eed3si9n/wip/remove-wconf-cat
[2.x] fix: Remove -Wconf:cat=unused-nowarn:s
This commit is contained in:
commit
bc69030e58
|
|
@ -985,15 +985,6 @@ object Defaults extends BuildCommon {
|
|||
) ++ old
|
||||
else old
|
||||
},
|
||||
scalacOptions := {
|
||||
val old = scalacOptions.value
|
||||
if (
|
||||
sbtPlugin.value && VersionNumber(scalaVersion.value)
|
||||
.matchesSemVer(SemanticSelector("=2.12 >=2.12.13"))
|
||||
)
|
||||
old ++ Seq("-Wconf:cat=unused-nowarn:s", "-Xsource:3")
|
||||
else old
|
||||
},
|
||||
persistJarClasspath :== true,
|
||||
classpathEntryDefinesClassVF := {
|
||||
val cache =
|
||||
|
|
|
|||
Loading…
Reference in New Issue