You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert back to Scalacheck 1.11.x, fixes to bootstrap script
Scalacheck 1.12.x cross-compiles to JS and will take more work to
integrate.
Make sure we never attempt to publish scalacheck to sonatype.
Force checkout module refs in case of dirty workspace.
sbtBuild 'set version := "'$SCALACHECK_VER'"''set VersionKeys.scalaParserCombinatorsVersion := "'$PARSERS_VER'"'$clean$publishPrivateTask# test times out NOTE: never published to sonatype
267
+
sbtBuild 'set version := "'$SCALACHECK_VER'"''set VersionKeys.scalaParserCombinatorsVersion := "'$PARSERS_VER'"'$cleanpublish# test times out NOTE: never published to sonatype
267
268
SCALACHECK_BUILT="yes"
268
269
fi
269
270
}
270
271
271
272
# build modules, using ${buildTasks[@]} (except for Scalacheck, which is hard-coded to publish to private-repo)
272
273
buildModules() {
274
+
publishTasks=('set credentials += Credentials(Path.userHome / ".credentials-private-repo")'"set every publishTo := Some(\"private-repo\" at \"$releaseTempRepoUrl\")")
0 commit comments