File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
spring-pulsar-sample-apps Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,15 @@ check {
4545 dependsOn checkstyleNohttp
4646}
4747
48+ import java.time.Duration
49+
50+ nexusPublishing {
51+ transitionCheckOptions {
52+ maxRetries = 120
53+ delayBetween = Duration . ofSeconds(10 )
54+ }
55+ }
56+
4857subprojects { subproject ->
4958 task updateCopyrights {
5059 onlyIf { gitPresent && ! System . getenv(' GITHUB_ACTION' ) }
@@ -76,4 +85,3 @@ subprojects { subproject ->
7685 }
7786 }
7887}
79-
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ bootRun {
2626
2727project. afterEvaluate {
2828 project. tasks. artifactoryPublish. enabled(false )
29+ project. tasks. publishToOssrh. enabled(false )
2930}
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ bootRun {
2626
2727project. afterEvaluate {
2828 project. tasks. artifactoryPublish. enabled(false )
29+ project. tasks. publishToOssrh. enabled(false )
2930}
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ bootRun {
2020
2121project. afterEvaluate {
2222 project. tasks. artifactoryPublish. enabled(false )
23+ project. tasks. publishToOssrh. enabled(false )
2324}
You can’t perform that action at this time.
0 commit comments