Skip to content

Commit

Permalink
Correct thread count value. Use JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 18, 2024
1 parent 7893918 commit a0c329f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-sanpshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0c329f

Please sign in to comment.