From 13010105285abd41e394b0a95cd1399cbd1345b3 Mon Sep 17 00:00:00 2001 From: Olafur Pall Geirsson Date: Sun, 16 Feb 2020 23:34:49 +0000 Subject: [PATCH] Fix publish script for junit-interface --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 91f443b7..e20876b8 100644 --- a/build.sbt +++ b/build.sbt @@ -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,