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

Add support for project isolation. #805

Open
NikolayMetchev opened this issue Nov 19, 2024 · 2 comments
Open

Add support for project isolation. #805

NikolayMetchev opened this issue Nov 19, 2024 · 2 comments

Comments

@NikolayMetchev
Copy link

The plugin doesn't appear to be compatible with project isolation (https://docs.gradle.org/current/userguide/isolated_projects.html) :
The problem is with this bit of code here:

parentProject.plugins.withId("org.jlleitschuh.gradle.ktlint") {

@wakingrufus
Copy link
Collaborator

Thanks for bringing this up.
I think we will need to remove this bit, and if you want your root build script linted, you will need to apply the plugin directly there. We will need to investigate if this could cause other issues

@JLLeitschuh
Copy link
Owner

JLLeitschuh commented Nov 19, 2024

@pvegh looks like that pig came back looking for it's lipstick 😆

#480 (comment)

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

No branches or pull requests

3 participants