-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix gradle deprecation warning #480
Conversation
51bbd77
to
22c4b03
Compare
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.
This is rather workaround then a good solution. Kotlin scripts and Kotlin sources format tasks (and generate reports) should not depend on each other and should be able to run in parallel.
Can we merge this, save us from millions of warnings, and put lipstick on the pig later? |
@pvegh yes, I will merge it and look into cause/better solution for |
plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/TaskCreation.kt
Outdated
Show resolved
Hide resolved
FYI: @KotlinIsland seems your changelog check workflow is not working as expected. I would expect this PR will pass it as there is required entry in the changelog. |
6ac5f7d
to
929cc9e
Compare
929cc9e
to
ccc2ee1
Compare
@Tapchicoma Sorry 😳here's a fix #493 |
adds workaround for #457