Skip to content

Commit

Permalink
jdk与gradle修改
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Jan 20, 2025
1 parent 7b4f9f7 commit bcd5586
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
env:
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
- name: set up JDK 17
- name: set up JDK 15
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '15'
distribution: 'adopt'
- name: Cache Gradle packages
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: set up JDK 17
- name: set up JDK 15
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 15
- name: Integration
run: |
git clone https://[email protected]/archurcode/Integrationtesting.git
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
env:
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
- name: set up JDK 17
- name: set up JDK 15
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '15'
distribution: 'adopt'
- name: Cache Gradle packages
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip

0 comments on commit bcd5586

Please sign in to comment.