Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 16b7c0c

Browse files
Fix js and native project names
sbt-crossproject already handles that, but naming them by hand changed the name of the produced artifacts (`scala-parser-combinators-js_sjs0.6_2.12-...`).
1 parent daf9fe2 commit 16b7c0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎build.sbt‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,16 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
4444
jvmSettings(
4545
// Mima uses the name of the jvm project in the artifactId
4646
// when resolving previous versions (so no "-jvm" project)
47-
name := "scala-parser-combinators",
4847
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
4948
libraryDependencies += "junit" % "junit" % "4.12" % "test",
5049
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
5150
).
5251
jsSettings(
53-
name := "scala-parser-combinators-js",
5452
// Scala.js cannot run forked tests
5553
fork in Test := false
5654
).
5755
jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin)).
5856
nativeSettings(
59-
name := "scala-parser-combinators-native",
6057
scalaVersion := "2.11.11",
6158
skip in compile := System.getProperty("java.version").startsWith("1.6"),
6259
test := {},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /