File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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://[email protected] /archurcode/Integrationtesting.git
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments