[bot] Update dist directory

This commit is contained in:
bot-githubaction
2025-04-09 23:17:06 +00:00
parent 1d43080849
commit 29e1fb0be2
10 changed files with 26 additions and 26 deletions

View File

@@ -134383,7 +134383,7 @@ async function addDistributionSnapshotChecksumUrls(checksumUrls) {
const indexPage = await httpGetText('https://services.gradle.org/distributions-snapshots/');
const $ = cheerio.load(indexPage);
const wrapperChecksumLinks = $('a[href$="-wrapper.jar.sha256"]');
wrapperChecksumLinks.each((index, element) => {
wrapperChecksumLinks.each((_index, element) => {
const url = $(element).attr('href');
const version = url.match(/\/distributions-snapshots\/gradle-(.*?)-wrapper\.jar\.sha256/)?.[1];
if (version) {