Skip to content

Conversation

@tinder-ravitejabonagiri

Addressing the issue in #70

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


ravitejabonagiri seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

rootProject.subprojects { project ->
project.afterEvaluate {
val pluginIds = setOf("com.android.application", "com.android.library", "java-library", "kotlin")
val pluginIds = setOf("com.android.application", "com.android.library", "java", "kotlin")
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for the contribution!

Is there a reason we removed java-library from the setOf? Shouldn't we include both java-library and java ?

Copy link
Author

@tinder-ravitejabonagiri tinder-ravitejabonagiri Aug 31, 2021

Choose a reason for hiding this comment

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

java-library plugin applies java plugin.
https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/java/org/gradle/api/plugins/JavaLibraryPlugin.java#L51

So, all java libraries do contain java plugin.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for clarifying. Once the CLA is signed, we can merge this.

@joshafeinberg
Copy link
Member

Closing this PR as the CLA has not been signed. This will be resolved in #134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants