Skip to content

Commit eb73143

Browse files
committed
add --source 11 to script command line
1 parent c1bbc59 commit eb73143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/collect_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ do
9191
fi
9292

9393
echo "Add dd_tags[test.final_status] property on retried synthetics testcase initializationErrors"
94-
java "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
94+
java --source 11 "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
9595

9696
echo "Add dd_tags[test.final_status] property to each testcase on $TARGET_DIR/$AGGREGATED_FILE_NAME"
9797
xsl_file="$(dirname "$0")/add_final_status.xsl"

0 commit comments

Comments
 (0)