mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-05 04:44:16 +02:00
Build outputs
This commit is contained in:
parent
70af846d72
commit
345641a213
2 changed files with 3 additions and 5 deletions
6
dist/main/index.js
vendored
6
dist/main/index.js
vendored
|
@ -140781,19 +140781,17 @@ const cache = __importStar(__nccwpck_require__(27799));
|
||||||
const toolCache = __importStar(__nccwpck_require__(27784));
|
const toolCache = __importStar(__nccwpck_require__(27784));
|
||||||
const gradlew = __importStar(__nccwpck_require__(32335));
|
const gradlew = __importStar(__nccwpck_require__(32335));
|
||||||
const params = __importStar(__nccwpck_require__(23885));
|
const params = __importStar(__nccwpck_require__(23885));
|
||||||
const layout = __importStar(__nccwpck_require__(28182));
|
|
||||||
const cache_utils_1 = __nccwpck_require__(41678);
|
const cache_utils_1 = __nccwpck_require__(41678);
|
||||||
const gradleVersionsBaseUrl = 'https://services.gradle.org/versions';
|
const gradleVersionsBaseUrl = 'https://services.gradle.org/versions';
|
||||||
function provisionGradle() {
|
function provisionGradle() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
const gradleVersion = params.getGradleVersion();
|
const gradleVersion = params.getGradleVersion();
|
||||||
if (gradleVersion !== '' && gradleVersion !== 'wrapper') {
|
if (gradleVersion !== '' && gradleVersion !== 'wrapper') {
|
||||||
return addToPath(path.resolve(yield installGradle(gradleVersion)));
|
return addToPath(yield installGradle(gradleVersion));
|
||||||
}
|
}
|
||||||
const gradleExecutable = params.getGradleExecutable();
|
const gradleExecutable = params.getGradleExecutable();
|
||||||
if (gradleExecutable !== '') {
|
if (gradleExecutable !== '') {
|
||||||
const workspaceDirectory = layout.workspaceDirectory();
|
return addToPath(gradleExecutable);
|
||||||
return addToPath(path.resolve(workspaceDirectory, gradleExecutable));
|
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
});
|
});
|
||||||
|
|
2
dist/main/index.js.map
vendored
2
dist/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue