Skip to content

Commit

Permalink
Attempt to introduce threading in build-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburling committed Jan 28, 2024
1 parent 4ba624c commit 6fa47e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
run: |-
mvn --batch-mode --activate-profiles release \
-Darguments=--threads 2C \
-Dtag="$BFD_RELEASE" \
-DreleaseVersion="$BFD_RELEASE" \
-DdevelopmentVersion="$BFD_DEV_VERSION" \
Expand Down

0 comments on commit 6fa47e3

Please sign in to comment.