Skip to content

Conversation

@patrickthornton
Copy link
Contributor

No description provided.

patrickthornton added 5 commits March 14, 2025 11:03
tests now compile; # of failed tests 30 -> 10, by including correct
offset paging when relevant and modifying some tests to match the
current spec (see PR in fern-demo)
fixes typing of contact.avatar. when run with modified tests from
fern-demo/intercom-java-sdk (currently branch gettin-tests-to-work),
compiles and passes all tests
avoids the workflow doing a ton of API calls
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
cd fern/.preview/fern-java-sdk
./gradlew assemble
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does assemble also call compileJava ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes! it's all of:
":compileJava
:processResources
:classes
:jar
:javadoc
:javadocJar
:sourcesJar
:assemble"

@fern-support fern-support merged commit 13544cc into intercom:main Mar 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants