From a0c329ff01ac74a7f2024ee61cfe114615870823 Mon Sep 17 00:00:00 2001 From: Oleg Date: Mon, 18 Mar 2024 20:47:57 +0400 Subject: [PATCH] Correct thread count value. Use JDK --- .github/workflows/build-sanpshot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-sanpshot.yml b/.github/workflows/build-sanpshot.yml index 6e58755..7d57b56 100644 --- a/.github/workflows/build-sanpshot.yml +++ b/.github/workflows/build-sanpshot.yml @@ -33,8 +33,9 @@ jobs: --builder paketobuildpacks/builder-jammy-base -e BP_GRADLE_BUILT_ARTIFACT=./build/distributions/service*.zip -e BP_GRADLE_ADDITIONAL_BUILD_ARGUMENTS=distZip - -e BPE_BPL_JVM_THREAD_COUNT=20 + -e BPE_DEFAULT_BPL_JVM_THREAD_COUNT=20 -e BP_JVM_VERSION=11 + -e BP_JVM_TYPE=JDK -e BPE_DELIM_JAVA_TOOL_OPTIONS=' ' -e BPE_APPEND_JAVA_TOOL_OPTIONS='-XX:ActiveProcessorCount=-1' - uses: docker/login-action@v3