Skip to content

Commit bcd5586

Browse files
committed
jdk与gradle修改
1 parent 7b4f9f7 commit bcd5586

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
env:
4545
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
4646
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
47-
- name: set up JDK 17
47+
- name: set up JDK 15
4848
uses: actions/setup-java@v2
4949
with:
50-
java-version: '17'
50+
java-version: '15'
5151
distribution: 'adopt'
5252
- name: Cache Gradle packages
5353
uses: actions/cache@v2

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17-
- name: set up JDK 17
17+
- name: set up JDK 15
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 17
20+
java-version: 15
2121
- name: Integration
2222
run: |
2323
git clone https://$GIT_ACCESS_TOKEN@github.com/archurcode/Integrationtesting.git

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
env:
3333
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
3434
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
35-
- name: set up JDK 17
35+
- name: set up JDK 15
3636
uses: actions/setup-java@v2
3737
with:
38-
java-version: '17'
38+
java-version: '15'
3939
distribution: 'adopt'
4040
- name: Cache Gradle packages
4141
uses: actions/cache@v2

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip

0 commit comments

Comments
 (0)