Skip to content

Commit f848b68

Browse files
committed
Disable binary compatibility tests
1 parent 9dd2330 commit f848b68

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.sbt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ scalaModuleOsgiSettings
1919

2020
OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}")
2121

22-
MimaPlugin.mimaDefaultSettings
23-
24-
MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
25-
26-
// run mima during tests
27-
test in Test := {
28-
MimaKeys.reportBinaryIssues.value
29-
(test in Test).value
30-
}
22+
//MimaPlugin.mimaDefaultSettings
23+
//
24+
//MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
25+
//
26+
//// run mima during tests
27+
//test in Test := {
28+
// MimaKeys.reportBinaryIssues.value
29+
// (test in Test).value
30+
//}
3131

3232

3333
// set the prompt (for this build) to include the project id.

0 commit comments

Comments
 (0)