Skip to content

Commit

Permalink
Fix publish script for junit-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Feb 16, 2020
1 parent da1075f commit 1301010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ lazy val junit = project
.settings(
moduleName := "junit-interface",
description := "A Java implementation of sbt's test interface for JUnit 4",
skip in publish := customScalaJSVersion.isDefined,
autoScalaLibrary := false,
crossPaths := false,
sbtPlugin := false,
Expand Down

0 comments on commit 1301010

Please sign in to comment.