Skip to content

Commit 45420dc

Browse files
committed
chore: testing with configXml not properties
1 parent eb7bf1a commit 45420dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/JavaEclipseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void settingsWithXmlContent() throws IOException {
4848
"repositories { mavenCentral() }",
4949
"",
5050
"spotless {",
51-
" java { eclipse().configProperties(\"\"\"",
51+
" java { eclipse().configXml(\"\"\"",
5252
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>",
5353
"<profiles version=\"12\">",
5454
" <profile kind=\"CodeFormatterProfile\" name=\"Spotless\" version=\"12\">",

0 commit comments

Comments
 (0)