Skip to content

Commit 8d0fdde

Browse files
committed
Use new tx v1.6.6 options
1 parent 77e574e commit 8d0fdde

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@
9595
<executable>tx</executable>
9696
<arguments>
9797
<argument>pull</argument>
98-
<argument>--no-interactive</argument>
99-
<argument>--disable-colors</argument>
100-
<argument>--language='${translations}'</argument>
101-
<argument>--parallel</argument>
98+
<argument>--silent</argument>
99+
<argument>--workers=10</argument>
100+
<argument>--languages='${translations}'</argument>
102101
</arguments>
103102
<workingDirectory>${basedir}</workingDirectory>
104103
</configuration>

0 commit comments

Comments
 (0)