-
Notifications
You must be signed in to change notification settings - Fork 19
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
#290 plugin not compatible with gradle configuration cache #312
#290 plugin not compatible with gradle configuration cache #312
Conversation
…ible with configuration cache - Tasks are not allowed to invoke the project extension when using the configuration cache
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good 👍 thanks for tackling this
plugin-build/plugin/src/main/java/com/ncorti/ktfmt/gradle/KtfmtPlugin.kt
Outdated
Show resolved
Hide resolved
…pping function in KtfmtPlugin
…ible-with-gradle-configuration-cache # Conflicts: # CHANGELOG.md
I have also edited the CHANGELOG and removed the entries. In the other story you mentioned, that this is not relevant for the users. This is the same for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work @simonhauck ! Thanks for tackling this one
🚀 Description
Provide the formatting options as property
📄 Motivation and Context
#290
🧪 How Has This Been Tested?
Added integration tests.
📦 Types of changes
✅ Checklist