Skip to content

Commit cbdfb5b

Browse files
author
crow
committed
Update release.yaml
1 parent ab98e06 commit cbdfb5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
# - name: Set up Google Cloud SDK
5656
# uses: google-github-actions/setup-gcloud@v1
5757

58-
- name: Set up JDK 21
58+
- name: Set up JDK 17
5959
uses: actions/setup-java@v4
6060
with:
6161
distribution: 'temurin'
62-
java-version: '21'
62+
java-version: '17'
6363

6464
- name: Set up .NET
6565
uses: actions/setup-dotnet@v4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)