We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faef89a commit 7b9a506Copy full SHA for 7b9a506
pluginUpdatesOne.sh
@@ -117,7 +117,7 @@ if [ -d .github/workflows ]; then
117
mv "$f""01" "$f"
118
fi
119
if [[ -n $latestJavaLTS ]]; then
120
- echo -e "--- Updating to java version \e[32m$latestJavaLTS\e[0m"
+ echo -e "--- Updating to java version \e[32m$latestJavaLTS\e[0m and distribution \e[32m$distribution\e[0m"
121
sed -E 's/Set up JDK [0-9]*/Set up JDK '"$latestJavaLTS"'/g' "$f" > "$f""01"
122
123
sed -E "s/java-version: '[0-9]*'/java-version: '$latestJavaLTS'/g" "$f" > "$f""01"
0 commit comments