Skip to content

Commit fbde84f

Browse files
authored
Merge pull request #18 from mxenabled/mc/use_temurin
Use temurin
2 parents d7eafa2 + d393da5 commit fbde84f

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)