aboutsummaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAgeFilesLines
* drop support for Scala 2.11 as of 0.10.0Seth Tisue2018-05-011-1/+0
| | | | also upgrade Scala 2.12.4 -> 2.12.6
* Use scala-module-plugin, update tag-based publishingLukas Rytz2017-04-2611-73/+193
| | | | | | | The build didn't use the `scala-module-plugin` before but duplicated most of its settings - maybe I missed the reason why this is the case? Also update tag-based publishing to the latest version.
* Rework build logic to determine which JDK use for release buildJason Zaugg2016-09-081-1/+1
|
* Support tag driven publishingJason Zaugg2014-12-187-0/+125
I started with: https://github.com/scala/scala-swing/commit/a6a8e1d77e#diff-3acefdae08499733e855dd23e1af933dR8 And: - modified the regex that derives the version from the tag to handle the fact we have the scala binary version appended to our tags - Removed unnessary cross building with Scala 2.11 (as this is on the 2.10.x branch) - generated a key pair for the async repository - added passphrase for that key, and sonatype credentials, to sensitive.sbt - encrypted the secrets with the travis key.