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

Ensure correct compiled output and sources are included in multi version jar #5487

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

jack-berg
Copy link
Member

Fixes #5474.

opentelemetry-sdk-common publishes is a multi-version jar. It looks like the sources and javadoc jars incorrectly include compiled class files. This fixes that, including the correct files in each the respective jars.

@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (c201396) 91.32% compared to head (ed4bfc0) 91.31%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5487      +/-   ##
============================================
- Coverage     91.32%   91.31%   -0.01%     
- Complexity     4890     4891       +1     
============================================
  Files           547      547              
  Lines         14410    14410              
  Branches       1354     1354              
============================================
- Hits          13160    13159       -1     
- Misses          866      867       +1     
  Partials        384      384              

see 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

sdk/common/build.gradle.kts Outdated Show resolved Hide resolved
@jkwatson jkwatson merged commit e637e51 into open-telemetry:main Jun 2, 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.

"sources" jar published in maven repo contains several binary .class files
3 participants