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 9693c76 commit 092d062Copy full SHA for 092d062
1 file changed
.github/workflows/ci.yml
@@ -146,6 +146,11 @@ jobs:
146
with:
147
distribution: 'temurin'
148
java-version: '21'
149
+ - name: Debug Jackson classpath
150
+ run: mvn dependency:tree -f examples/maven-okhttp3/pom.xml | grep -i jackson
151
+ - name: Test examples
152
+ run: |
153
+ cd examples/maven-okhttp3 && mvn verify --no-transfer-progress
154
- name: Test Spring examples
155
run: |
156
cd examples/spring && ./gradlew test
0 commit comments