We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7bf1a commit 45420dcCopy full SHA for 45420dc
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/JavaEclipseTest.java
@@ -48,7 +48,7 @@ void settingsWithXmlContent() throws IOException {
48
"repositories { mavenCentral() }",
49
"",
50
"spotless {",
51
- " java { eclipse().configProperties(\"\"\"",
+ " java { eclipse().configXml(\"\"\"",
52
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>",
53
"<profiles version=\"12\">",
54
" <profile kind=\"CodeFormatterProfile\" name=\"Spotless\" version=\"12\">",
0 commit comments