Ned Twigg

Results 639 comments of Ned Twigg

Amazing! `IdeaStep` has been implemented, after half a decade in the desert! Note the following: - in PR #2001 - gradle/special-tests.gradle - testlib/src/main/java/com/diffplug/spotless/tag/GofmtTest.java - note that all tests have `@GofmtTest`...

My priority list right now is - #1527 - #1096 - #1097 - this It is very useful to know that you want `spotlessIdeHookMulti`. I'll try to give an update...

Sorry, going to be a couple weeks longer before I get to this, thanks for following up!

Fixed in `plugin-gradle 6.15.0` and `plugin-maven 2.33.0` thanks to @simschla.

I expect to have some progress to show on this next week. Our `_ext` project has worked great to get us this far, but required a lot of maintenance. I...

This is coming soon via - #1524

I'm confident it will be less than 2 weeks.

Thanks @torito, I forgot to update this issue. - published in `plugin-gradle 6.17.0` - published in `plugin-maven 2.35.0`

You could set a `myproj_enable_spotless=true` in your `~/.gradle/gradle.properties`.

I would guess it's something related to `io.github.gradle-nexus.publish-plugin` Fwiw: ```sh $ ./gradlew :plugin-gradle:changelogPush --dry-run -PignoreUnreleasedLib=true -Prelease=true :plugin-gradle:changelogInternalPushWillRun SKIPPED :plugin-gradle:changelogCheck SKIPPED :plugin-gradle:compileJava SKIPPED :plugin-gradle:pluginDescriptors SKIPPED :plugin-gradle:processResources SKIPPED :plugin-gradle:classes SKIPPED :plugin-gradle:jar SKIPPED...