Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit ce7167b

Browse files
author
Corneil du Plessis
authored
Ensure single thread in Maven
1 parent e8bd8ea commit ce7167b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-snapshot-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010

1111
env:
12-
MAVEN_THREADS: '-T 0.5C'
12+
MAVEN_THREADS: '-T 1'
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)