Skip to content

Commit d393da5

Browse files
committed
Use temurin
Use temurin in workflow instead of adopt.
1 parent d7eafa2 commit d393da5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK 11
1313
uses: actions/setup-java@v2
1414
with:
15-
distribution: 'adopt'
15+
distribution: 'temurin'
1616
java-version: '11'
1717

1818
- name: Build with Maven
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Maven Central
2222
uses: actions/setup-java@v2
2323
with:
24-
distribution: 'adopt'
24+
distribution: 'temurin'
2525
java-version: '11'
2626
server-id: ossrh
2727
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)