Issue with building jar file

Hi:

I'm forking from Metabase public repository and added some customization. Was able to build the jar file, but after adding the latest security patches to fix the security vulnerability, now I always meet error when running ./bin/build.sh.
The error is like

Execution error (StackOverflowError) at clojure.tools.deps.alpha/next-path (alpha.clj:379).
null

Thanks

which version of java and clojure do you have?

clojure: Clojure CLI version 1.11.1.1347
Java:
openjdk 11.0.15 2022-04-19

OpenJDK Runtime Environment Temurin-11.0.15+10 (build 11.0.15+10)

OpenJDK 64-Bit Server VM Temurin-11.0.15+10 (build 11.0.15+10, mixed mode)

Try building with Docker

Yeah building with Docker works. Thanks