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.
2 parents 8f965b7 + 0226142 commit 6ad16a6Copy full SHA for 6ad16a6
build.sbt
@@ -115,8 +115,8 @@ val `scalajs-bundler` =
115
.aggregate(`sbt-scalajs-bundler`, `sbt-web-scalajs-bundler`)
116
117
inThisBuild(List(
118
- pgpPublicRing := file("./travis/local.pubring.asc"),
119
- pgpSecretRing := file("./travis/local.secring.asc"),
+ pgpPublicRing := file("./local.pubring.asc"),
+ pgpSecretRing := file("./local.secring.asc"),
120
pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray),
121
credentials ++= (
122
for {
@@ -149,6 +149,7 @@ inThisBuild(List(
149
))
150
151
lazy val commonSettings = List(
152
+ publishTo := sonatypePublishTo.value,
153
runScripted := runScriptedTask.value,
154
scriptedLaunchOpts ++= Seq(
155
"-Dplugin.version=" + version.value,
0 commit comments