Skip to content

Commit

Permalink
Removed license header to spotless.
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Jul 21, 2023
1 parent 364d8ef commit 98d9cbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ spotless {
exclude '**/build/**', '**/build-*/**'
}
importOrder()
licenseHeader("/*\n" +
" * Copyright OpenSearch Contributors\n" +
" * SPDX-License-Identifier: Apache-2.0\n" +
" */\n\n\n")
// licenseHeader("/*\n" +
// " * Copyright OpenSearch Contributors\n" +
// " * SPDX-License-Identifier: Apache-2.0\n" +
// " */\n\n\n")
removeUnusedImports()
trimTrailingWhitespace()
endWithNewline()
Expand Down

0 comments on commit 98d9cbf

Please sign in to comment.