Skip to content

Commit fa51b72

Browse files
patrickthorntonpatrickthornton
authored andcommitted
add generator
1 parent 9831888 commit fa51b72

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

fern/generators.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,21 @@ groups:
3535
- intercom
3636
- api
3737
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

Comments
 (0)