ragurney / spotless-intellij-gradle

An IntelliJ plugin to allow running the Spotless gradle task from within the IDE.
MIT License
38 stars 14 forks source link

Add GitHub Link and `--no-configuration-cache` to `spotlessApply` Executino #19

Closed ragurney closed 2 years ago

ragurney commented 2 years ago

This adds a GitHub link to the plugin description section, as well as the --no-configuration-cache option to the gradle task execution to avoid the issue outlined by @nedtwigg in https://github.com/ragurney/spotless-intellij-gradle/issues/18.

Resolves #17, Resolves #18;