Skip to content

Instantly share code, notes, and snippets.

@kjivan
Created June 15, 2022 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjivan/b1cc5a7156e67f397ed83bbce2975545 to your computer and use it in GitHub Desktop.
Save kjivan/b1cc5a7156e67f397ed83bbce2975545 to your computer and use it in GitHub Desktop.
apply plugin: 'com.diffplug.spotless'
spotless {
java {
removeUnusedImports()
prettier(['prettier': 'latest', 'prettier-plugin-java': 'latest']).config(['parser': 'java', 'useTabs': true])
}
groovyGradle {
greclipse()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment