File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ jobs:
432432 - configure-gpg
433433 - run :
434434 name : ' Deploy Core Modules Sonatype'
435+ no_output_timeout : 35m
435436 command : |
436437 ./mvnw -ntp -B -nsu -s .circleci/settings.xml -DskipTests=true -Deasyjacoco.skip=true deploy -Prelease
437438
@@ -447,6 +448,7 @@ jobs:
447448 - configure-gpg
448449 - run :
449450 name : ' Deploy Core Modules Sonatype'
451+ no_output_timeout : 35m
450452 command : |
451453 ./mvnw -ntp -B -nsu -s .circleci/settings.xml -DskipTests=true -Deasyjacoco.skip=true deploy -Prelease
452454
Original file line number Diff line number Diff line change 799799 <publishingServerId >central</publishingServerId >
800800 <autoPublish >true</autoPublish >
801801 <waitUntil >published</waitUntil >
802+ <publishingTimeoutMinutes >30</publishingTimeoutMinutes >
802803 <checksums >required</checksums >
803804 </configuration >
804805 </plugin >
You can’t perform that action at this time.
0 commit comments