Skip to content

Commit

Permalink
fix spotless syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Nov 14, 2024
1 parent f113319 commit 6f1377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ configure(project.fineractJavaProjects) {
endWithNewline()
formatAnnotations()
licenseHeader '/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * "License"); you may not use this file except in compliance\n * with the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing,\n * software distributed under the License is distributed on an\n * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n * KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations\n * under the License.\n */'
configFile "$rootDir/config/fineractdev-formatter.xml"
eclipse().configFile("$rootDir/config/fineractdev-formatter.xml")
}
}

Expand Down

0 comments on commit 6f1377b

Please sign in to comment.