Skip to content

Commit 636f773

Browse files
committed
编译脚本修改
1 parent 2d7364c commit 636f773

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/debug.yml

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

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)