mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Deprecate itSettings
This commit is contained in:
@@ -2603,6 +2603,10 @@ object Defaults extends BuildCommon {
|
|||||||
lazy val testSettings: Seq[Setting[_]] = configSettings ++ testTasks
|
lazy val testSettings: Seq[Setting[_]] = configSettings ++ testTasks
|
||||||
|
|
||||||
@nowarn
|
@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) {
|
lazy val itSettings: Seq[Setting[_]] = inConfig(IntegrationTest) {
|
||||||
testSettings
|
testSettings
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user