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

Parse Gradle Version for Command Options #22

Closed ragurney closed 2 years ago

ragurney commented 2 years ago

Add gradle version parsing to determine if we should append the '--no-configuration-cache' argument to spotlessApply or not

Resolves #21