Skip to content

Commit 3794ae6

Browse files
committed
Upgrade gradle
1 parent 0a3b2f5 commit 3794ae6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/run-sample-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- name: Set up JDK 11
10+
- uses: actions/checkout@v4
11+
- name: Set up JDK 21
1212
uses: actions/setup-java@v2
1313
with:
14-
java-version: '11'
14+
java-version: '21'
1515
distribution: 'adopt'
1616
- name: Run Sample App
1717
run: ./gradlew run

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)