Skip to content

Commit 4d008d3

Browse files
committed
Switch Java for builds to Temurin
1 parent 8779805 commit 4d008d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
java-version: ${{ matrix.java }}
5050
architecture: ${{ matrix.arch }}
51-
distribution: adopt
51+
distribution: temurin
5252
check-latest: true
5353

5454
- name: Build with Maven
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
java-version: '8'
8787
architecture: 'x64'
88-
distribution: adopt
88+
distribution: temurin
8989
server-id: ossrh
9090
server-username: SONATYPE_USER
9191
server-password: SONATYPE_PW

0 commit comments

Comments
 (0)