You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenModulesDotty.genScalaTestFunSpec((sourceManaged in Compile).value, version.value, scalaVersion.value)
400
+
}.taskValue
401
+
},
402
+
publishArtifact in (Compile, packageDoc) :=false, // Temporary disable publishing of doc, can't get it to build.
403
+
).settings(osgiSettings: _*).settings(
404
+
OsgiKeys.exportPackage :=Seq(
405
+
"org.scalatest.funspec"
406
+
),
407
+
OsgiKeys.importPackage :=Seq(
408
+
"org.scalatest.*",
409
+
"*;resolution:=optional"
410
+
),
411
+
OsgiKeys.additionalHeaders:=Map(
412
+
"Bundle-Name"->"ScalaTest FunSpec Dotty",
413
+
"Bundle-Description"->"ScalaTest is an open-source test framework for the Javascript Platform designed to increase your productivity by letting you write fewer lines of test code that more clearly reveal your intent.",
"Bundle-Description"->"ScalaTest.js is an open-source test framework for the Javascript Platform designed to increase your productivity by letting you write fewer lines of test code that more clearly reveal your intent.",
0 commit comments