Jonathan Bluett-Duncan

Results 425 comments of Jonathan Bluett-Duncan

@jaredsburrows Glad to hear to that `spotlessApply` works! Does `spotlessCheck` work on your end too? It's annoying that you have to manually specify the target as `target "**/*.java"`. I'm just...

@jaredsburrows Can you clarify for me what you mean when you say "You just have to specify `apply`"? Just to make sure we're on the same page, I want to...

@cinemast I believe your example could be shortened. Does the build file below work? ```gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript...

> yep. In the meantime... > > if anyone know why `target("src/*/java/**/*.kt")` and `target("src/*/kotlin/**/*.kt")` dont work. i would be eternally grateful @ColtonIdle I'm afraid that these targets work for me...

@ColtonIdle You're not seeing this error, are you? ``` FAILURE: Build failed with an exception. * What went wrong: Configuration cache state could not be cached: field `stepsInternalEquality` of task...

@HamedTaghani Welcome! This has been explored already in google-java-format, one of our dependencies, and sadly they believe you would need to compile the file and have access to all classpath...

My biggest objection right now is how slow the OpenRewrite Gradle plugin is - developer experience is important to me - so if it were me, I would just run...

> Initially, it’s even faster (2 sec.) than Spot, which is quite a surprise. Oh, really? In my [personal project](http://github.com/jbduncan/guava-graph-utils/), Spotless runs orders of magnitude faster than OpenRewrite, especially on...

> The previous arguments against using Rewrite no longer apply, as it’s already successfully adopted in other projects. Apart from the (to be tested) significant slowdown, of course. 😉

@Pankraz76, for future reference, Google employees can't even look at your PR until you [accept the CLA](https://github.com/google/google-java-format/pull/1263#issuecomment-3012667515).