Skip to content

Commit 423d994

Browse files
authored
Sync gradle/scripts with upstream (#6793)
Ran a simple clone to ensure we are back in sync ``` git subrepo clone git@github.com:line/gradle-scripts.git gradle/scripts -f ```
1 parent d9c6225 commit 423d994

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

gradle/scripts/.gitrepo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[subrepo]
77
remote = https://github.com/line/gradle-scripts
88
branch = main
9-
commit = c8b5d2d302cef0a5b8e0a3828afb10a2ad4a004f
10-
parent = ad0314020152f007a84e4da8b1954a8124b8f0e4
9+
commit = 4850638bb82cafaed7eecaed6418aa4bb4ec1d8f
10+
parent = d9c62251aa224739ff4ce8e09dd405ea5457988b
1111
method = merge
12-
cmdver = 0.4.6
12+
cmdver = 0.4.9

gradle/scripts/lib/common-info.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ rootProject.ext {
1515
scmDeveloperConnection = project.findProperty('scmDeveloperConnection')
1616
copyrightFooter =
1717
'© Copyright ' + "${rootProject.ext.inceptionYear}–${LocalDateTime.now().year} " +
18-
'<a href="' + rootProject.ext.authorUrl + '">' + rootProject.ext.authorName + '</a>. ' +
19-
'All rights reserved.'
18+
'<a href="' + rootProject.ext.authorUrl + '">' + rootProject.ext.authorName + '</a>. ' +
19+
'All rights reserved.'
2020
googleAnalyticsId = rootProject.findProperty('googleAnalyticsId')
2121
}
2222

gradle/scripts/lib/common-publish.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ if (publishToStaging) {
6262
}
6363
}
6464

65+
clientTimeout.set(Duration.ofMinutes(30))
66+
6567
transitionCheckOptions {
6668
maxRetries.set(100)
6769
delayBetween.set(Duration.ofSeconds(20))

0 commit comments

Comments
 (0)