We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff0098 commit a44729eCopy full SHA for a44729e
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up JDK
25
uses: actions/setup-java@v3
26
with:
27
- java-version: '8'
+ java-version: '11'
28
distribution: 'temurin'
29
cache: maven
30
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
server-id: ossrh
18
server-username: ${{secrets.OSSRH_USERNAME}}
0 commit comments