From 9b3632945ddb4e13f9a69c4e8449c3e7424ed9ad Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Fri, 1 Mar 2024 06:01:13 +0000 Subject: [PATCH] Add build.sh script with proxy configuration --- build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 00000000..ff265c35 --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +https_proxy=http://10.16.66.42:7890 pack build msgexchange --builder heroku/builder:22 --env BP_JVM_VERSION=8 --volume $HOME/.m2:/home/cnb/.m2:rw