73
73
- name : Set up JDK 1.8
74
74
75
75
with :
76
- distribution : ' adopt '
76
+ distribution : ' temurin '
77
77
java-version : 8
78
78
- name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
79
79
run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Set up JDK 1.8
111
111
112
112
with :
113
- distribution : ' adopt '
113
+ distribution : ' temurin '
114
114
java-version : 8
115
115
- name : Build and Test with ${{ matrix.db }}
116
116
run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
@@ -171,7 +171,7 @@ jobs:
171
171
if : matrix.java.download_url == ''
172
172
173
173
with :
174
- distribution : ' adopt '
174
+ distribution : ' temurin '
175
175
java-version : ${{ matrix.java.name }}
176
176
check-latest : true
177
177
- name : Export path to JDK ${{ matrix.java.name }}
@@ -181,7 +181,7 @@ jobs:
181
181
- name : Set up JDK 8
182
182
183
183
with :
184
- distribution : ' adopt '
184
+ distribution : ' temurin '
185
185
java-version : 8
186
186
check-latest : true
187
187
- name : Export path to JDK 8
@@ -210,7 +210,7 @@ jobs:
210
210
- name : Set up JDK 1.8
211
211
212
212
with :
213
- distribution : ' adopt '
213
+ distribution : ' temurin '
214
214
java-version : 8
215
215
- name : Create artifacts
216
216
run : ./gradlew assemble
@@ -234,7 +234,7 @@ jobs:
234
234
- name : Set up JDK 1.8
235
235
236
236
with :
237
- distribution : ' adopt '
237
+ distribution : ' temurin '
238
238
java-version : 8
239
239
- name : Create artifacts
240
240
run : ./gradlew assemble
0 commit comments