You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Petri Tuomola (Jira)" <ji...@apache.org> on 2020/06/14 18:23:00 UTC

[jira] [Created] (FINERACT-1038) Spotless check should ignore .settings directory

Petri Tuomola created FINERACT-1038:
---------------------------------------

             Summary: Spotless check should ignore .settings directory
                 Key: FINERACT-1038
                 URL: https://issues.apache.org/jira/browse/FINERACT-1038
             Project: Apache Fineract
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Petri Tuomola
            Assignee: Petri Tuomola
             Fix For: 1.4.0


After Spotless plug-in was added, building the gradle project with Eclipse project files fails:

Execution failed for task ':spotlessMiscCheck'.
> The following files had format violations:
 .settings/org.eclipse.wst.common.project.facet.core.xml
 @@ -1,7 +1,7 @@
 <?xml·version="1.0"·encoding="UTF-8"?>
 <faceted-project>
 -\t<fixed·facet="jst.java"/>
 -\t<fixed·facet="jst.web"/>
 -\t<installed·facet="jst.web"·version="2.4"/>
 -\t<installed·facet="jst.java"·version="11"/>
 +····<fixed·facet="jst.java"/>
 +····<fixed·facet="jst.web"/>
 +····<installed·facet="jst.web"·version="2.4"/>
 +····<installed·facet="jst.java"·version="11"/>
 </faceted-project>
 Run './gradlew :spotlessApply' to fix these violations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)