Skip to content

Commit

Permalink
Merge pull request #1 from LolHens/exportJars-false
Browse files Browse the repository at this point in the history
exportJars := false
  • Loading branch information
LolHens committed May 15, 2020
2 parents fe0699a + a5378bf commit f5da7c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class WebjarProject(val self: Project) extends AnyVal {
},

Compile / compile := (Compile / compile).dependsOn(self / Compile / webjarArtifacts).value,

exportJars := true,
)
}
}
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalajs-webjar/simple/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val root = project.in(file(".")).settings(
scalaVersion := "2.13.1"
)
.aggregate(backend)
.aggregate(backend, frontend.webjar)

lazy val frontend = project
.enablePlugins(
Expand Down

0 comments on commit f5da7c9

Please sign in to comment.