mirror of https://github.com/sbt/sbt.git
Deprecate itSettings
This commit is contained in:
parent
b5c3c4836f
commit
e3c7bc7d8f
|
|
@ -2603,6 +2603,10 @@ object Defaults extends BuildCommon {
|
|||
lazy val testSettings: Seq[Setting[_]] = configSettings ++ testTasks
|
||||
|
||||
@nowarn
|
||||
@deprecated(
|
||||
"Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings",
|
||||
"1.9.0"
|
||||
)
|
||||
lazy val itSettings: Seq[Setting[_]] = inConfig(IntegrationTest) {
|
||||
testSettings
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue