File tree Expand file tree Collapse file tree 4 files changed +23
-17
lines changed
Expand file tree Collapse file tree 4 files changed +23
-17
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,11 @@ jobs:
4343 - name : Checkout
4444 uses : actions/checkout@v2
4545
46- - name : Set up JDK 8
47- uses : actions/setup-java@v1
46+ - name : Set up JDK
47+ uses : actions/setup-java@v2
4848 with :
49- java-version : " 8.0.282"
49+ distribution : ' temurin'
50+ java-version : " 17"
5051
5152 - name : Cache Gradle packages
5253 uses : actions/cache@v2
@@ -74,10 +75,11 @@ jobs:
7475 - name : Checkout
7576 uses : actions/checkout@v2
7677
77- - name : Set up JDK 8
78- uses : actions/setup-java@v1
78+ - name : Set up JDK
79+ uses : actions/setup-java@v2
7980 with :
80- java-version : " 8.0.282"
81+ distribution : ' temurin'
82+ java-version : " 17"
8183
8284 - name : Cache Gradle packages
8385 uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -108,10 +108,11 @@ jobs:
108108 - name : Checkout
109109 uses : actions/checkout@v2
110110
111- - name : Set up JDK 1.8
112- uses : actions/setup-java@v1
111+ - name : Set up JDK
112+ uses : actions/setup-java@v2
113113 with :
114- java-version : " 8.0.282"
114+ distribution : ' temurin'
115+ java-version : " 17"
115116
116117 - name : Cache Gradle packages
117118 uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -114,10 +114,11 @@ jobs:
114114 - name : Checkout
115115 uses : actions/checkout@v2
116116
117- - name : Set up JDK 1.8
118- uses : actions/setup-java@v1
117+ - name : Set up JDK
118+ uses : actions/setup-java@v2
119119 with :
120- java-version : " 8.0.282"
120+ distribution : ' temurin'
121+ java-version : " 17"
121122
122123 - name : Cache Gradle packages
123124 uses : actions/cache@v2
@@ -220,10 +221,11 @@ jobs:
220221 - name : Checkout
221222 uses : actions/checkout@v2
222223
223- - name : Set up JDK 1.8
224- uses : actions/setup-java@v1
224+ - name : Set up JDK
225+ uses : actions/setup-java@v2
225226 with :
226- java-version : " 8.0.282"
227+ distribution : ' temurin'
228+ java-version : " 17"
227229
228230 - name : Cache Gradle packages
229231 uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -108,9 +108,10 @@ jobs:
108108 uses : actions/checkout@v2
109109
110110 - name : Set up JDK
111- uses : actions/setup-java@v1
111+ uses : actions/setup-java@v2
112112 with :
113- java-version : " 8.0.282"
113+ distribution : ' temurin'
114+ java-version : " 17"
114115
115116 - name : Cache Gradle packages
116117 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments