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:
44
44
env:
45
45
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
46
46
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
47
- - name : set up JDK 17
47
+ - name : set up JDK 15
48
48
uses : actions/setup-java@v2
49
49
with :
50
- java-version : ' 17 '
50
+ java-version : ' 15 '
51
51
distribution : ' adopt'
52
52
- name : Cache Gradle packages
53
53
uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
- uses : actions/checkout@v2
15
15
with :
16
16
fetch-depth : 0
17
- - name : set up JDK 17
17
+ - name : set up JDK 15
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : 17
20
+ java-version : 15
21
21
- name : Integration
22
22
run : |
23
23
git clone https://$GIT_ACCESS_TOKEN@github.com/archurcode/Integrationtesting.git
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
env:
33
33
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
34
34
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
35
- - name : set up JDK 17
35
+ - name : set up JDK 15
36
36
uses : actions/setup-java@v2
37
37
with :
38
- java-version : ' 17 '
38
+ java-version : ' 15 '
39
39
distribution : ' adopt'
40
40
- name : Cache Gradle packages
41
41
uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments