mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
3f4cebd808
* Fix daml-sdk-head Maven install There were two issues: 1. The generated pom.xml used to install everything in one step referenced the source files in the bazel directory rather than the released artifacts. This luckily worked so far but falls apart now since the 2.13 build overwrites the 2.12 build. Same issues that also blew up the actual release on Thursday. 2. Two artifacts are published as shaded jars. We treated those like Scala artifacts while they should be treated more like fat jars. They’re not quite like those since the file paths are different so I gave them a new release type. changelog_begin changelog_end * shut up hlint changelog_begin changelog_end * Fix broken comment for jarjar changelog_begin changelog_end |
||
---|---|---|
.. | ||
src | ||
windows-installer | ||
artifacts.yaml | ||
BUILD.bazel | ||
install.bat | ||
install.sh | ||
RELEASE.md | ||
rotation | ||
sdk-config.yaml.tmpl | ||
util.bzl |