Skip to content

Commit

Permalink
Add .jcss extension in headers mojo Closes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
tchemit committed Aug 21, 2017
1 parent 2caf2ca commit fce407b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public JavaFileHeaderTransformer()
*/
public String[] getDefaultAcceptedExtensions()
{
return new String[]{ "java", "groovy", "css", "cs", "as", "aj", "c", "h", "cpp", "js", "json", "ts", "go", "kt"
return new String[]{ "java", "groovy", "css", "jccs", "cs", "as", "aj", "c", "h", "cpp", "js", "json", "ts", "go", "kt"

};
}
Expand Down

0 comments on commit fce407b

Please sign in to comment.