File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8181 name : maven-central
8282 url : https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-designer/
8383 runs-on : ubuntu-latest
84- timeout-minutes : 20
84+ timeout-minutes : 180
8585 permissions :
8686 contents : write # to create a release (via gh cli)
8787 defaults :
Original file line number Diff line number Diff line change 8080
8181 <jflex-output >${project.build.directory} /generated-sources/jflex</jflex-output >
8282
83+ <central-publishing .waitMaxTime>10800</central-publishing .waitMaxTime> <!-- 10800s = 180min = 3h -->
8384 </properties >
8485
8586 <build >
396397 <autoPublish >true</autoPublish >
397398 <waitUntil >published</waitUntil >
398399 <deploymentName >${project.artifactId} </deploymentName >
400+ <waitMaxTime >${central-publishing.waitMaxTime} </waitMaxTime >
399401 </configuration >
400402 </plugin >
401403
You can’t perform that action at this time.
0 commit comments