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

Correctly use muzzleTooling configuration to allow for external additions #3743

Merged

Conversation

iNikem
Copy link
Contributor

@iNikem iNikem commented Jul 31, 2021

Should be merged and published before main project can drop its old plugin definition

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jul 31, 2021

CLA Signed

The committers are authorized under a signed CLA.

  • ✅ Nikita Salnikov-Tarnovski (2a72953)

@trask
Copy link
Member

trask commented Jul 31, 2021

/easycla

@@ -34,11 +34,11 @@ val RANGE_COUNT_LIMIT = 10

val muzzleConfig = extensions.create<MuzzleExtension>("muzzle")

val muzzleTooling by configurations.creating {
val muzzleTooling: Configuration by configurations.creating {
Copy link
Contributor

Choose a reason for hiding this comment

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

We generally wouldn't specify the type for this sort of DSL usage, is it needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

IDEA complained that it does not understand if this is nullable type or not.

@iNikem iNikem closed this Aug 2, 2021
@iNikem iNikem reopened this Aug 2, 2021
@WillsonHG
Copy link

/easycla

@iNikem iNikem closed this Aug 2, 2021
@iNikem iNikem reopened this Aug 2, 2021
@iNikem iNikem merged commit a167c5c into open-telemetry:main Aug 2, 2021
@iNikem iNikem deleted the gradle-plugin-external-classpath branch August 2, 2021 18:59
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.

4 participants