From 9419d6eb0945c6feb95a84651b164cb6c7204a06 Mon Sep 17 00:00:00 2001 From: Oleg Date: Mon, 18 Mar 2024 22:51:33 +0400 Subject: [PATCH] Try different base builder --- .github/workflows/build-sanpshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sanpshot.yml b/.github/workflows/build-sanpshot.yml index 2e796a8..3fafe72 100644 --- a/.github/workflows/build-sanpshot.yml +++ b/.github/workflows/build-sanpshot.yml @@ -36,7 +36,7 @@ jobs: --buildpack gcr.io/paketo-buildpacks/gradle:7.8.1 --buildpack gcr.io/paketo-buildpacks/dist-zip:5.6.9 --buildpack gcr.io/paketo-buildpacks/environment-variables:4.5.7 - --builder paketobuildpacks/builder-jammy-base:latest + --builder paketobuildpacks/builder-jammy-buildpackless-tiny:latest -e BP_GRADLE_BUILT_ARTIFACT=./build/distributions/service*.zip -e BP_GRADLE_ADDITIONAL_BUILD_ARGUMENTS=distZip -e BPE_DEFAULT_BPL_JVM_THREAD_COUNT=20