File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 java-version : 25
2424 cache : maven
2525 server-id : central
26- server-username : ${{ secrets.CENTRAL_USERNAME }}
27- server-password : ${{ secrets.CENTRAL_PASSWORD }}
28- gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
29- gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
26+ server-username : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
27+ server-password : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
3028
3129 - name : Check release gate
3230 id : gate
Original file line number Diff line number Diff line change 142142 </execution >
143143 </executions >
144144 </plugin >
145- <plugin >
146- <groupId >org.apache.maven.plugins</groupId >
147- <artifactId >maven-gpg-plugin</artifactId >
148- <version >3.2.8</version >
149- <executions >
150- <execution >
151- <id >sign-artifacts</id >
152- <phase >verify</phase >
153- <goals >
154- <goal >sign</goal >
155- </goals >
156- </execution >
157- </executions >
158- </plugin >
159145 </plugins >
160146 </build >
161147 </profile >
You can’t perform that action at this time.
0 commit comments