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 dcd3ed419 Build-logic: `GitInfo` refactor (#2908)
add 74b12547e Memoize ASF project information (#2909)
No new revisions were added by this update.
Summary of changes:
build-logic/src/main/kotlin/asf/AsfProject.kt | 187 +++++++++++++++++++++
.../src/main/kotlin/publishing/configurePom.kt | 33 ++--
.../src/main/kotlin/publishing/rootProject.kt | 4 +-
build-logic/src/main/kotlin/publishing/util.kt | 149 ----------------
4 files changed, 207 insertions(+), 166 deletions(-)
create mode 100644 build-logic/src/main/kotlin/asf/AsfProject.kt