We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bbc59 commit eb73143Copy full SHA for eb73143
1 file changed
.gitlab/collect_results.sh
@@ -91,7 +91,7 @@ do
91
fi
92
93
echo "Add dd_tags[test.final_status] property on retried synthetics testcase initializationErrors"
94
- java "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
+ java --source 11 "$(dirname "$0")/TagInitializationErrors.java" "$TARGET_DIR/$AGGREGATED_FILE_NAME"
95
96
echo "Add dd_tags[test.final_status] property to each testcase on $TARGET_DIR/$AGGREGATED_FILE_NAME"
97
xsl_file="$(dirname "$0")/add_final_status.xsl"
0 commit comments