We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1215635 + a2858d7 commit af24ba1Copy full SHA for af24ba1
build.gradle
@@ -547,8 +547,6 @@ def langLibDeps = project.configurations.languageLibs.resolvedConfiguration.leni
547
def depsList = langLibDeps.collect {"- `${it.moduleGroup}:${it.moduleName}` : `${it.moduleVersion}`"}.join("\n")
548
def releaseNotes = """Automated Nighly build from ${currentDate}.
549
550
-
551
552
Includes dependencies:
553
${depsList}
554
"""
0 commit comments