We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9432ba commit a2e6a13Copy full SHA for a2e6a13
1 file changed
.github/workflows/release.yml
@@ -66,11 +66,11 @@ jobs:
66
# Set outputs for future steps
67
echo "TAG_NAME=$GH_RELEASE_TAG_NAME" >> $GITHUB_OUTPUT
68
69
- - name: Set up JDK 8
70
- uses: actions/setup-java@v3
+ - name: Set up JDK 17
+ uses: actions/setup-java@v4
71
with:
72
distribution: temurin
73
- java-version: 8
+ java-version: 17
74
75
- name: Cache local Maven repository
76
uses: actions/cache@v3
@@ -189,3 +189,4 @@ jobs:
189
release_url: https://github.com/Checkmarx/ast-eclipse-plugin/releases/tag/${{ needs.release.outputs.TAG_NAME }}
190
jira_product_name: ECLIPSE
191
secrets: inherit
192
+
0 commit comments