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 35206b2 commit f9d714aCopy full SHA for f9d714a
.github/workflows/license-scanning-maven.yml
@@ -52,10 +52,10 @@ jobs:
52
runs-on: ubuntu-latest
53
steps:
54
- uses: actions/checkout@v4
55
- - name: Set up JDK 17
+ - name: Set up JDK 21
56
uses: actions/setup-java@v4
57
with:
58
- java-version: 17
+ java-version: 21
59
cache: maven
60
distribution: 'adopt'
61
- name: Install XQ
@@ -77,4 +77,4 @@ jobs:
77
uses: actions/upload-artifact@v4
78
79
name: license-xml-report
80
- path: './**/${{ env.REPORT_PATH }}'
+ path: './**/${{ env.REPORT_PATH }}'
0 commit comments