We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3022df7 commit 9b0cf08Copy full SHA for 9b0cf08
plugin-maven/src/test/java/com/diffplug/spotless/maven/kotlin/DiktatTest.java
@@ -40,7 +40,7 @@ void testDiktatWithVersion() throws Exception {
40
41
writePomWithKotlinSteps(
42
"<diktat>",
43
- " <version>1.0.1</version>",
+ " <version>1.2.0</version>",
44
"</diktat>");
45
46
String path = "src/main/kotlin/Main.kt";
@@ -56,7 +56,7 @@ void testDiktatConfig() throws Exception {
56
File conf = setFile(configPath).toResource("kotlin/diktat/diktat-analysis.yml");
57
58
59
60
" <configFile>" + conf.getAbsolutePath() + "</configFile>",
61
62
0 commit comments