We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c674c2 commit 92c771eCopy full SHA for 92c771e
fern/apis/api/generators.yml
@@ -49,13 +49,17 @@ groups:
49
java-sdk:
50
generators:
51
- name: fernapi/fern-java-sdk
52
- version: 2.38.1
+ version: 2.38.6
53
disable-examples: true
54
output:
55
location: maven
56
coordinate: dev.vapi:server-sdk
57
username: ${MAVEN_USERNAME}
58
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}
63
github:
64
repository: VapiAI/server-sdk-java
65
config:
0 commit comments