We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfa69c commit ea32ae9Copy full SHA for ea32ae9
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/setup-java@v4
17
with:
18
distribution: 'microsoft'
19
- java-version: '17'
+ java-version: '21'
20
cache: 'maven'
21
- name: Build and Analyze
22
env:
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
server-id: 'central'
42
server-username: SONATYPE_USERNAME
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
- name: Configure Git user
103
run: |
0 commit comments