Skip to content

Commit

Permalink
fix(spring-boot-template): Fix code formatting removes comments in ya…
Browse files Browse the repository at this point in the history
…ml files

This commit removes the yaml files formatting configuration block from the pom.xml file. There is a really unfortunate bug related to  [FasterXML/jackson-dataformats-text#36](FasterXML/jackson-dataformats-text#36)
  • Loading branch information
ehayik committed May 4, 2024
1 parent 76c1aa1 commit 54bd53b
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,6 @@
<expandEmptyElements>false</expandEmptyElements>
</sortPom>
</pom>
<yaml>
<includes>
<include>src/**/*.yml</include>
</includes>
<jackson>
<yamlFeatures>
<MINIMIZE_QUOTES>true</MINIMIZE_QUOTES>
</yamlFeatures>
</jackson>
</yaml>
</configuration>
</plugin>

Expand Down

0 comments on commit 54bd53b

Please sign in to comment.