Skip to content

Commit 7b9a506

Browse files
committed
Adds distribution
1 parent faef89a commit 7b9a506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluginUpdatesOne.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [ -d .github/workflows ]; then
117117
mv "$f""01" "$f"
118118
fi
119119
if [[ -n $latestJavaLTS ]]; then
120-
echo -e "--- Updating to java version \e[32m$latestJavaLTS\e[0m"
120+
echo -e "--- Updating to java version \e[32m$latestJavaLTS\e[0m and distribution \e[32m$distribution\e[0m"
121121
sed -E 's/Set up JDK [0-9]*/Set up JDK '"$latestJavaLTS"'/g' "$f" > "$f""01"
122122
mv "$f""01" "$f"
123123
sed -E "s/java-version: '[0-9]*'/java-version: '$latestJavaLTS'/g" "$f" > "$f""01"

0 commit comments

Comments
 (0)