Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue caused by #9026 #9409

Closed
wants to merge 2 commits into from

Conversation

trask
Copy link
Member

@trask trask commented Sep 7, 2023

Ran into this in #9408.

The Kafka javaagent test is failing in #9408.

Reverting #9026 fixes the problem.

This PR also fixes the problem without having to revert #9026.

Seems like for some reason being part of the bom is making gradle not resolve the local project, and instead using the dependency from maven.

@trask trask requested a review from a team as a code owner September 7, 2023 20:54
@laurit
Copy link
Contributor

laurit commented Sep 12, 2023

This breaks japicmp

val moduleVersion = configurations["tempConfig"].resolvedConfiguration.firstLevelModuleDependencies.elementAt(0).moduleVersion
now resolves to local project version (snapshot) instead of the latest release.

@trask
Copy link
Member Author

trask commented Sep 13, 2023

Closing, @laurit fixed this in #9408 🎉

@trask trask closed this Sep 13, 2023
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.

None yet

3 participants