mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
331b9c8401
Previously, each Protobuf source JAR was considered independent, and did not require dependencies. This meant that the kvutils Protobuf sources were published without the associated DAML-LF sources, making them useless. This change adds the source JARs as runtime dependencies to ensure that when publishing a Protobuf source JAR, the release process will fail if the dependencies are not also published. CHANGELOG_BEGIN - [Ledger API] We now publish Protobuf sources in JARs for DAML-LF types to Maven Central, with the group "com.daml". The artifact names follow the format "<name>_proto_jar". CHANGELOG_END |
||
---|---|---|
.. | ||
src | ||
windows-installer | ||
artifacts.yaml | ||
BUILD.bazel | ||
install.bat | ||
install.sh | ||
RELEASE.md | ||
rotation | ||
sdk-config.yaml.tmpl | ||
util.bzl |