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 incorrect warning with Kotlin DSL #556

Merged
merged 1 commit into from May 9, 2023
Merged

Conversation

melix
Copy link
Contributor

@melix melix commented May 4, 2023

If the base module plugin is applied via a convention plugin written in Kotlin, then the settings plugin warning message is triggerred during Kotlin accessors compilation, which is wrong. This commit fixes this by hardcoding the fact that we have the project name matching accessors compilation.

If the base module plugin is applied via a convention plugin written
in Kotlin, then the settings plugin warning message is triggerred
during Kotlin accessors compilation, which is wrong. This commit
fixes this by hardcoding the fact that we have the project name
matching accessors compilation.
@melix melix added the bug Something isn't working label May 4, 2023
@melix melix added this to the 6.4.3 milestone May 4, 2023
@melix melix requested a review from graemerocher May 4, 2023 16:56
@melix melix self-assigned this May 4, 2023
@melix melix requested a review from alvarosanchez May 5, 2023 12:19
@melix melix merged commit 31aa0b2 into master May 9, 2023
3 checks passed
@melix melix deleted the cc/fix-incorrect-warning branch May 9, 2023 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants