From 6f1377bd2827a4e4b917bca950aa5e8dcd7698ca Mon Sep 17 00:00:00 2001 From: Kristof Jozsa Date: Thu, 14 Nov 2024 11:11:27 +0100 Subject: [PATCH] fix spotless syntax --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e26ef48673a..6505beb8a31 100644 --- a/build.gradle +++ b/build.gradle @@ -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") } }