You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need help, I ran spotlessApply during commit (via git hooks) post successful commit the java files again undergoes changes that applied via "intellij auto unambiguous imports and optimizing imports on fly". How we can omit this happening without disabling the auto import on the fly option?
java {
target '**/*.java'
googleJavaFormat().aosp()
removeUnusedImports()
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
}
The text was updated successfully, but these errors were encountered:
Need help, I ran spotlessApply during commit (via git hooks) post successful commit the java files again undergoes changes that applied via "intellij auto unambiguous imports and optimizing imports on fly". How we can omit this happening without disabling the auto import on the fly option?
java {
target '**/*.java'
googleJavaFormat().aosp()
removeUnusedImports()
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
}
The text was updated successfully, but these errors were encountered: