File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ jobs:
1414 - uses : actions/checkout@v2
1515 with :
1616 fetch-depth : 0
17- - name : set up JDK 15
18- uses : actions/setup-java@v1
17+ - name : set up JDK 17
18+ uses : actions/setup-java@v2
1919 with :
20- java-version : 15
20+ java-version : ' 17'
21+ distribution : ' temurin'
2122 - name : Integration
2223 run : |
2324 git clone https://$GIT_ACCESS_TOKEN@github.com/archurcode/Integrationtesting.git
Original file line number Diff line number Diff line change 3737 uses : actions/setup-java@v2
3838 with :
3939 java-version : ' 17'
40- distribution : ' adopt '
40+ distribution : ' temurin '
4141 - name : Cache Gradle packages
4242 uses : actions/cache@v4
4343 with :
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.7 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
You can’t perform that action at this time.
0 commit comments