File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ))
You can’t perform that action at this time.
0 commit comments