Skip to content

Commit fc159ea

Browse files
committed
Move BUILD_SCAN_SUMMARY_JAR to init.sh
1 parent 9fadce5 commit fc159ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: components/scripts/lib/init.sh

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ BUILD_SCAN_FILE="${EXP_DIR}/build-scans.csv"
2929
readonly BUILD_SCAN_FILE
3030
BUILD_CACHE_DIR="${EXP_DIR}/build-cache"
3131
readonly BUILD_CACHE_DIR
32+
BUILD_SCAN_SUMMARY_JAR="${SCRIPT_DIR}/lib/develocity/build-scan-summary-${SUMMARY_VERSION}.jar"
33+
readonly BUILD_SCAN_SUMMARY_JAR
3234

3335
if [[ "${BUILD_TOOL}" == "Gradle" ]]; then
3436
BUILD_TOOL_TASK="task"

Diff for: components/scripts/lib/libs.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
readonly BUILD_SCAN_SUMMARY_JAR="${SCRIPT_DIR}/lib/develocity/build-scan-summary-${SUMMARY_VERSION}.jar"
4-
53
failed_to_load_lib() {
64
local lib_name _RED _BOLD _RESTORE _UNEXPECTED_ERROR
75
_RED=$(echo -en '\033[00;31m')

0 commit comments

Comments
 (0)