We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8857f commit f3ed61cCopy full SHA for f3ed61c
.github/scripts/test_dependency_compatibility.sh
@@ -40,7 +40,7 @@ while IFS= read -r line; do
40
version=$(echo "${line}" | cut -d'=' -f2 | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
41
42
# Append the formatted property to the Maven command
43
- MAVEN_COMMAND+=" -D${dependency.version}=${version}"
+ MAVEN_COMMAND+=" -D${dependency}=${version}"
44
done < "${UPPER_BOUND_DEPENDENCY_FILE}"
45
46
# Run the generated maven command to test with the dependency versions
0 commit comments