We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7eafa2 + d393da5 commit fbde84fCopy full SHA for fbde84f
1 file changed
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up JDK 11
13
uses: actions/setup-java@v2
14
with:
15
- distribution: 'adopt'
+ distribution: 'temurin'
16
java-version: '11'
17
18
- name: Build with Maven
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Maven Central
22
23
24
25
26
server-id: ossrh
27
server-username: MAVEN_USERNAME
0 commit comments