Skip to content

Commit

Permalink
Moved license header file to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Jul 3, 2023
1 parent a47fd15 commit c8b9256
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spotless {
indentWithSpaces(4) // doesn't really seem to work...
trimTrailingWhitespace()
endWithNewline()
licenseHeaderFile('License-header.txt')
licenseHeaderFile('License-header/License-header.txt')
//eclipse() //not optimal, because indents with tabs..
//googleJavaFormat() //not optimal, because indents with two spaces...
//palantirJavaFormat() //not optimal, because unnecessary line breaks in head of for loop and corrupts editor folds
Expand Down

0 comments on commit c8b9256

Please sign in to comment.