We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9831888 commit fa51b72Copy full SHA for fa51b72
1 file changed
fern/generators.yml
@@ -35,3 +35,21 @@ groups:
35
- intercom
36
- api
37
smart-casing: true
38
+
39
+ java-sdk:
40
+ generators:
41
+ - name: fernapi/fern-java-sdk
42
+ version: 2.25.0
43
+ # output:
44
+ # location: maven
45
+ # coordinate: com.square:square-java
46
+ # username: ${MAVEN_USERNAME}
47
+ # password: ${MAVEN_PASSWORD}
48
+ github:
49
+ repository: fern-demo/intercom-java-sdk
50
+ branch: gettin-tests-to-work
51
+ mode: push
52
+ config:
53
+ enable-inline-types: true
54
+ client-class-name: Intercom
55
+ inline-path-parameters: true
0 commit comments