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 5ca3097 commit ec7f49fCopy full SHA for ec7f49f
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/PomExtension.java
@@ -51,7 +51,7 @@ public SortPomGradleConfig sortPom(String version) {
51
}
52
53
public class SortPomGradleConfig {
54
- final SortPomCfg cfg = new SortPomCfg();
+ private final SortPomCfg cfg = new SortPomCfg();
55
56
SortPomGradleConfig() {
57
addStep(createStep());
0 commit comments