We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca9622 commit f6ef24bCopy full SHA for f6ef24b
build.sbt
@@ -77,6 +77,8 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
77
// ^ disabled b/c of "Build triggered by [..]/target/scala-2.12/v2-classes."
78
testFunctional := (Test / test).value,
79
Defaults.itSettings,
80
+ Test / mainClass := Some("com.typesafe.tools.mima.lib.UnitTests"),
81
+ IntegrationTest / mainClass := Some("com.typesafe.tools.mima.lib.IntegrationTests"),
82
mimaFailOnNoPrevious := false,
83
skip in publish := true,
84
)
0 commit comments