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

No more gradle warnings #2103

Merged
merged 4 commits into from
Jan 26, 2021
Merged

No more gradle warnings #2103

merged 4 commits into from
Jan 26, 2021

Conversation

iNikem
Copy link
Contributor

@iNikem iNikem commented Jan 22, 2021

Closes #351

@iNikem
Copy link
Contributor Author

iNikem commented Jan 22, 2021

Damn, muzzle just keeps giving... :(

Base automatically changed from master to main January 26, 2021 05:50
Comment on lines -76 to +77
ClassLoader userCL = createCompileDepsClassLoader(project, bootstrapProject)
ClassLoader instrumentationCL = createInstrumentationClassloader(project, toolingProject)
ClassLoader userCL = createCompileDepsClassLoader(project)
ClassLoader instrumentationCL = createInstrumentationClassloader(project)
Copy link
Member

Choose a reason for hiding this comment

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

almost rid of the bootstrap and tooling project dependencies #1225 (comment) 🎉

@iNikem iNikem merged commit 2d683d4 into open-telemetry:main Jan 26, 2021
@iNikem iNikem deleted the no-warnings branch January 26, 2021 11:37
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.

Fix deprecated features in Gradle build scripts
2 participants