Delete unnecessary flat classloader strategy setting

This commit is contained in:
Ethan Atkins 2019-08-31 13:14:14 -07:00
parent ea778e9a5c
commit c8c8eb2ade
1 changed files with 0 additions and 1 deletions

View File

@ -665,7 +665,6 @@ lazy val mainProj = (project in file("main"))
sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala",
testOptions in Test += Tests
.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "1000"),
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat, // Delete this after 1.3.0-RC2.
mimaSettings,
mimaBinaryIssueFilters ++= Vector(
// New and changed methods on KeyIndex. internal.