Skip to content

Commit c69db58

Browse files
committed
Switch to use Eclipse Temurin builds of JDK for testing
1 parent 3a99b94 commit c69db58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up JDK 1.8
7474
uses: actions/[email protected]
7575
with:
76-
distribution: 'adopt'
76+
distribution: 'temurin'
7777
java-version: 8
7878
- name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
7979
run: ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
@@ -110,7 +110,7 @@ jobs:
110110
- name: Set up JDK 1.8
111111
uses: actions/[email protected]
112112
with:
113-
distribution: 'adopt'
113+
distribution: 'temurin'
114114
java-version: 8
115115
- name: Build and Test with ${{ matrix.db }}
116116
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
@@ -171,7 +171,7 @@ jobs:
171171
if: matrix.java.download_url == ''
172172
uses: actions/[email protected]
173173
with:
174-
distribution: 'adopt'
174+
distribution: 'temurin'
175175
java-version: ${{ matrix.java.name }}
176176
check-latest: true
177177
- name: Export path to JDK ${{ matrix.java.name }}
@@ -181,7 +181,7 @@ jobs:
181181
- name: Set up JDK 8
182182
uses: actions/[email protected]
183183
with:
184-
distribution: 'adopt'
184+
distribution: 'temurin'
185185
java-version: 8
186186
check-latest: true
187187
- name: Export path to JDK 8
@@ -210,7 +210,7 @@ jobs:
210210
- name: Set up JDK 1.8
211211
uses: actions/[email protected]
212212
with:
213-
distribution: 'adopt'
213+
distribution: 'temurin'
214214
java-version: 8
215215
- name: Create artifacts
216216
run: ./gradlew assemble
@@ -234,7 +234,7 @@ jobs:
234234
- name: Set up JDK 1.8
235235
uses: actions/[email protected]
236236
with:
237-
distribution: 'adopt'
237+
distribution: 'temurin'
238238
java-version: 8
239239
- name: Create artifacts
240240
run: ./gradlew assemble

0 commit comments

Comments
 (0)