Skip to content

Commit

Permalink
♻️ refactor: 更新构建配置,移除无用代理设置,保留JVM配置
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Jun 20, 2024
1 parent 6e4f322 commit 1b3531c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boot/platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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" : " ",
Expand Down

0 comments on commit 1b3531c

Please sign in to comment.