This is an automated email from the ASF dual-hosted git repository.
snazy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from 25d6d512c Remove `@StaticInitSafe` annotation (#1331)
add 154783404 Build/Release: Add a "generate digest" task and use for
source tarball and Quarkus distributables (#1271)
No new revisions were added by this update.
Summary of changes:
.../kotlin/publishing/PublishingHelperExtension.kt | 6 --
.../src/main/kotlin/publishing/digest-task.kt | 66 ++++++++++++++++++++++
.../src/main/kotlin/publishing/rootProject.kt | 31 +++++-----
build-logic/src/main/kotlin/publishing/util.kt | 21 -------
quarkus/admin/build.gradle.kts | 28 +++++++++
quarkus/server/build.gradle.kts | 28 +++++++++
6 files changed, 138 insertions(+), 42 deletions(-)
create mode 100644 build-logic/src/main/kotlin/publishing/digest-task.kt