File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@v4
15
- - name : Set up JDK 17
15
+ - name : Set up JDK 21
16
16
uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' microsoft'
19
- java-version : 17
19
+ java-version : 21
20
20
cache : ' gradle'
21
21
- name : Build with Gradle
22
22
run : ./gradlew build --rerun-tasks
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
runs-on : ubuntu-24.04
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - name : Set up JDK 17
17
+ - name : Set up JDK 21
18
18
uses : actions/setup-java@v4
19
19
with :
20
20
distribution : ' microsoft'
21
- java-version : 17
21
+ java-version : 21
22
22
- name : Copy Maven Upload URL
23
23
id : extract_maven_upload_url
24
24
run : echo "maven_upload_url=${{ secrets.MAVEN_UPLOAD_URL }}" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments