Skip to content

Commit

Permalink
chore: testing with configXml not properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 11, 2024
1 parent eb7bf1a commit 45420dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void settingsWithXmlContent() throws IOException {
"repositories { mavenCentral() }",
"",
"spotless {",
" java { eclipse().configProperties(\"\"\"",
" java { eclipse().configXml(\"\"\"",
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>",
"<profiles version=\"12\">",
" <profile kind=\"CodeFormatterProfile\" name=\"Spotless\" version=\"12\">",
Expand Down

0 comments on commit 45420dc

Please sign in to comment.