Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

Commit 0772087

Browse files
committed
* 更新Spring Native编译脚本
1 parent e5f43a8 commit 0772087

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ task ciPrintVersionInformation {
4646
}
4747

4848
bootBuildImage {
49-
builder = 'maliksalman/paketobuildpacks-builder-tiny:focal-1.0.2'
49+
builder = 'paketobuildpacks/builder:tiny'
5050
environment = [
51+
'BP_JVM_VERSION': "17",
5152
'BP_NATIVE_IMAGE': 'true',
52-
'BP_NATIVE_IMAGE_BUILD_ARGUMENTS' : '-H:+AddAllCharsets --enable-url-protocols=http,https'
53+
'BP_NATIVE_IMAGE_BUILD_ARGUMENTS' : '-H:+AddAllCharsets --enable-url-protocols=http,https',
5354
]
5455
tags = ["eritpchy/webdav-aliyundriver:latest", "eritpchy/webdav-aliyundriver:${version}-${new Date().format('yyyyMMdd')}"]
5556
}

0 commit comments

Comments
 (0)