We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a252591 commit 5dcf6ddCopy full SHA for 5dcf6dd
src/main/scala/sri/sbt/platform/ConfigBuilder.scala
@@ -59,11 +59,6 @@ object ConfigBuilder {
59
inConfig(config)(
60
Defaults.compileSettings ++
61
ScalaJSPluginInternal.scalaJSCompileSettings ++ Seq(
62
- fullClasspath := {
63
- (fullClasspath in Compile).value //TODO check this why we need this magic
64
- Seq(Attributed.blank((classDirectory in config).value)) ++ Classpaths
65
- .managedJars(config, Set("jar"), update.value)
66
- },
67
discoveredMainClasses := (discoveredMainClasses in Compile).value,
68
mainClass := (mainClass in Compile).value,
69
console := (console in Compile).value,
0 commit comments