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
(git fetch "https://github.com/$1/$2.git"$3&& git checkout -q FETCH_HEAD) #|| git checkout -q $3 # || fallback is for local testing on tag
144
+
(git fetch "https://github.com/$1/$2.git"$3&& git checkout -fq FETCH_HEAD) #|| git checkout -fq $3 # || fallback is for local testing on tag
145
145
git reset --hard
146
146
}
147
147
@@ -258,18 +258,21 @@ buildSwing() {
258
258
fi
259
259
}
260
260
261
+
# should only be called with publishTasks publishing to private-repo
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