File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 env :
2323 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 run : |
25- # Extract current version from JShellAPI build.gradle
25+ # Extract current version from JShellWrapper build.gradle
2626 gradle_file="JShellWrapper/build.gradle"
2727 current_version=$(grep -oP "(?<=from\.image\s=\s'eclipse-temurin:)\d+" $gradle_file)
2828
4545 # Update the build.gradle with the new version
4646 sed -i "s/eclipse-temurin:$current_version-alpine/eclipse-temurin:$latest_version-alpine/" $gradle_file
4747
48- echo "Updated eclipse-temurin version from $current_version to $latest_version"
48+ echo "Updated JDK version from $current_version to $latest_version"
4949
5050 git config --global user.name "github-actions[bot]"
5151 git config --global user.email "github-actions[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments