Improve MAVEN build Performance (#3851)

Co-authored-by: Chen Zhang <340355960@qq.com>
This commit is contained in:
ChenZhangg
2021-10-09 14:26:26 +08:00
committed by GitHub
co-authored by Chen Zhang
parent 474063af3b
commit eef3bd92ba
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ cache:
install: true
script:
- travis_wait 30 ./mvnw clean install -DskipTests=false -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true
- travis_wait 30 ./mvnw -T 1C clean install -DskipTests=false -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true
after_success:
- bash <(curl -s https://codecov.io/bash)
+3
View File
@@ -419,6 +419,9 @@
<systemProperties>
<!-- common shared -->
</systemProperties>
<parallel>classes</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
</configuration>
</plugin>
<!-- javadoc -->