From 1b3531c504827e05085cf5b2a8187c31bdc609b7 Mon Sep 17 00:00:00 2001 From: AlexBob <5199840@qq.com> Date: Thu, 20 Jun 2024 16:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3=E7=90=86=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=BF=9D=E7=95=99JVM=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boot/platform/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/platform/build.gradle b/boot/platform/build.gradle index 9a2b9310..75df72d1 100644 --- a/boot/platform/build.gradle +++ b/boot/platform/build.gradle @@ -20,6 +20,8 @@ tasks.named("bootBuildImage") { tags = ["${dockerPrefix}/${rootProject.name}-${project.name}:latest"] imageName.set("${dockerPrefix}/${rootProject.name}-${project.name}:${project.version}") environment = [ + "HTTP_PROXY" : "http://127.0.0.1:65324", + "HTTPS_PROXY" : "http://127.0.0.1:65324", "BP_JVM_VERSION" : "21", "BP_JVM_VERSION_TYPE": "jre", "BPE_DELIM_JAVA_TOOL_OPTIONS" : " ",