Skip to content

Commit e01260a

Browse files
authored
Merge pull request #1442 from IETS3/merge/mps20241
Merge maintenance/mps20241 into maintenance/mps20251
2 parents 9c24695 + 281bbf9 commit e01260a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -529,24 +529,21 @@ publishing {
529529

530530
defaultTasks 'buildLanguages'
531531

532-
def listMergedPRs = {
532+
/* def listMergedPRs = {
533533
def stdout = new ByteArrayOutputStream()
534534
exec {
535535
commandLine 'sh', './listMergedPRs.sh'
536536
standardOutput = stdout
537537
}
538538
stdout.toString()
539-
}
539+
} */
540540

541541
def currentDate = LocalDate.now().format(DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL))
542-
def prCommitsList = "${-> listMergedPRs().readLines().collect { line -> "- $line"}.join("\n")}"
542+
// def prCommitsList = "${-> listMergedPRs().readLines().collect { line -> "- $line"}.join("\n")}"
543543
def langLibDeps = project.configurations.languageLibs.resolvedConfiguration.lenientConfiguration.allModuleDependencies
544544
def depsList = langLibDeps.collect {"- `${it.moduleGroup}:${it.moduleName}` : `${it.moduleVersion}`"}.join("\n")
545545
def releaseNotes = """Automated Nighly build from ${currentDate}.
546546
547-
Included pull requests since last Nightly build:
548-
${prCommitsList}
549-
550547
Includes dependencies:
551548
${depsList}
552549
"""

0 commit comments

Comments
 (0)