summaryrefslogtreecommitdiff
path: root/scalalib/src/publish/SonatypePublisher.scala
Commit message (Collapse)AuthorAgeFilesLines
* Bump sonatype "wait for something to happen" timeout, make it configurable ↵Li Haoyi2019-07-091-7/+15
| | | | | (#652) Somehow it seems sonatype has gotten slower recently and no longer completes operations in the same 60s timeout that it used to
* Configurable read and connect timeouts for Sonatype publishingPaulius Imbrasas2019-06-061-1/+3
|
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-191-3/+2
| | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* PublishModule: add --gpgKeyName flag (#530)lxohi2019-01-211-14/+16
| | | | | | * PublishModule: adds gpgKeyName flag * 1 - Intro to Mill.md: usage sample of publish updates for gpgKeyName
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-0/+164
* collapse boilerplate folder structure within src/ folders * .