Skip to content

Commit c3c3a0f

Browse files
committed
feat(generators): update java sdk and add maven signature settings
1 parent 40b84b1 commit c3c3a0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fern/apis/api/generators.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,17 @@ groups:
4949
java-sdk:
5050
generators:
5151
- name: fernapi/fern-java-sdk
52-
version: 2.38.1
52+
version: 2.38.6
5353
disable-examples: true
5454
output:
5555
location: maven
5656
coordinate: dev.vapi:server-sdk
5757
username: ${MAVEN_USERNAME}
5858
password: ${MAVEN_PASSWORD}
59+
signature:
60+
keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
61+
password: ${MAVEN_CENTRAL_SECRET_KEY_PASSWORD}
62+
secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
5963
github:
6064
repository: VapiAI/server-sdk-java
6165
config:

0 commit comments

Comments
 (0)