We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84186af commit 3d43c91Copy full SHA for 3d43c91
.speakeasy/gen.yaml
@@ -19,15 +19,15 @@ java:
19
version: 0.1.0-beta.2
20
additionalDependencies: []
21
additionalPlugins: []
22
- artifactID: api-client
+ artifactID: glean-api-client
23
clientServerStatusCodesAsErrors: true
24
companyEmail: support@glean.com
25
companyName: Glean
26
companyURL: https://www.glean.com
27
defaultErrorName: APIException
28
flattenGlobalSecurity: true
29
githubURL: github.com/gleanwork/api-client-java
30
- groupID: com.glean
+ groupID: com.glean.api-client
31
imports:
32
option: openapi
33
paths:
@@ -43,5 +43,5 @@ java:
43
url: https://mit-license.org/
44
maxMethodParams: 4
45
outputModelSuffix: output
46
- projectName: api-client
+ projectName: glean-api-client
47
templateVersion: v2
gradlew.bat
0 commit comments