Skip to content

Commit f9d714a

Browse files
Update license-scanning-maven.yml
1 parent 35206b2 commit f9d714a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/license-scanning-maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v4
55-
- name: Set up JDK 17
55+
- name: Set up JDK 21
5656
uses: actions/setup-java@v4
5757
with:
58-
java-version: 17
58+
java-version: 21
5959
cache: maven
6060
distribution: 'adopt'
6161
- name: Install XQ
@@ -77,4 +77,4 @@ jobs:
7777
uses: actions/upload-artifact@v4
7878
with:
7979
name: license-xml-report
80-
path: './**/${{ env.REPORT_PATH }}'
80+
path: './**/${{ env.REPORT_PATH }}'

0 commit comments

Comments
 (0)