mirror of
https://github.com/gradle/actions.git
synced 2025-08-18 23:01:27 +08:00
[bot] Update dist directory
This commit is contained in:
parent
a772c14b33
commit
18998bc43e
1
dist/dependency-submission/main/index.js
vendored
1
dist/dependency-submission/main/index.js
vendored
@ -144686,6 +144686,7 @@ async function setup(config) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
|
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
|
||||||
|
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory());
|
||||||
await downloadAndSubmitDependencyGraphs(config);
|
await downloadAndSubmitDependencyGraphs(config);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
2
dist/dependency-submission/main/index.js.map
vendored
2
dist/dependency-submission/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/setup-gradle/main/index.js
vendored
1
dist/setup-gradle/main/index.js
vendored
@ -144686,6 +144686,7 @@ async function setup(config) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
|
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
|
||||||
|
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory());
|
||||||
await downloadAndSubmitDependencyGraphs(config);
|
await downloadAndSubmitDependencyGraphs(config);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
2
dist/setup-gradle/main/index.js.map
vendored
2
dist/setup-gradle/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/setup-gradle/post/index.js
vendored
1
dist/setup-gradle/post/index.js
vendored
@ -142139,6 +142139,7 @@ async function setup(config) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
|
if (option === configuration_1.DependencyGraphOption.DownloadAndSubmit) {
|
||||||
|
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory());
|
||||||
await downloadAndSubmitDependencyGraphs(config);
|
await downloadAndSubmitDependencyGraphs(config);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
2
dist/setup-gradle/post/index.js.map
vendored
2
dist/setup-gradle/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user