summaryrefslogtreecommitdiff
path: root/scalalib/src/publish
Commit message (Collapse)AuthorAgeFilesLines
* Ease the declaration of optional dependencies + handle them in maven and ivy ↵Guillaume R2019-07-243-8/+18
| | | | | | | | publications (#661) * Add Dep.optional() to fix #603 * Publish optional dependencies as such
* 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
* increase readTimeout to 60000ms, matching mill 0.3.6 semanticsLi Haoyi2019-06-061-2/+2
|
* Configurable read and connect timeouts for Sonatype publishingPaulius Imbrasas2019-06-062-4/+10
|
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-193-62/+65
| | | | | | | | | | | | | | | | * 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
* Generalize Zinc Worker (#514)Li Haoyi2018-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | * Generalize Zinc worker - Compiler bridges can now be either pre-compiled or on-demand-compiled - Scala library/compiler jar discovery is now configurable - Zinc compiler cache is now configurable, rather than being hardcoded at n=1 * . * update constructor args * remove duplicate util/AggWrapper.scala file * fix * fix * fix * cleanup
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-1210-0/+1221
* collapse boilerplate folder structure within src/ folders * .