Skip to content

Commit

Permalink
Try removing empty publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pope1838 committed Feb 21, 2019
1 parent 9905cd3 commit 0e1ddd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
}
}
steps {
sh 'sbt -Dsbt.global.base=.sbt -Dsbt.boot.directory=.sbt -Dsbt.ivy.home=.ivy2 publish'
sh 'sbt -Dsbt.global.base=.sbt -Dsbt.boot.directory=.sbt -Dsbt.ivy.home=.ivy2 publish coreJVM/publish'
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ version := deps("version")

scalaVersion := "2.12.6"

publish := {}

jsEnv := new org.scalajs.jsenv.nodejs.NodeJSEnv()

val settings = Common.settings ++ Common.publish ++ Seq(
Expand Down

0 comments on commit 0e1ddd5

Please sign in to comment.