Skip to content

Commit 63141cb

Browse files
committed
Patch 2: caching and ver as env var (2)
1 parent 4de4dc4 commit 63141cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

get-jacoco.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ JACOCO_VERSION="${JACOCO_VERSION:-0.8.14}" #fallback to 0.8.14 if env var is un
66
JACOCO_DIR="${PROJECT_ROOT}/jacoco-$JACOCO_VERSION"
77
JACOCO_CLI_JAR="$JACOCO_DIR/lib/jacococli.jar"
88

9-
# Debug: Print paths
10-
echo "DEBUG: JACOCO_CLI_JAR: $JACOCO_CLI_JAR"
119
echo "DEBUG: Checking if $JACOCO_CLI_JAR exists..."
1210

1311
# Check if JaCoCo CLI JAR exists in the cache directory

0 commit comments

Comments
 (0)