Workaround Gradle jvm-test-suite binary breaking change#2103
Workaround Gradle jvm-test-suite binary breaking change#2103OlgaMaciaszek merged 2 commits intospring-cloud:mainfrom
jvm-test-suite binary breaking change#2103Conversation
|
@OlgaMaciaszek, do you think that you'd be able to review this one? I think the CI job just needs to be retriggered again to clear the failure as it looks like Maven was flaky on the CI run. |
OlgaMaciaszek
left a comment
There was a problem hiding this comment.
Thanks @shanman190, looks good. Have added a cosmetic comment - please address. Also, please merge changes from origin/main so that the build can go through.
|
@shanman190, I've pushed some changes to main to ensure the project builds correctly: https://github.com/spring-cloud/spring-cloud-contract/actions/runs/8358117918/job/22878713841. You might need to merge them. Please make sure the build passes. |
|
🎉 Build succeeded 🎉 |
OlgaMaciaszek
left a comment
There was a problem hiding this comment.
Thanks, @shanman190. LGTM.
Use reflection to avoid JVM level binary breaking change introduced in Gradle 8.6. Fixes gh-2098 and gh-2099
This is a forward merge of gh-2102.