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 b0adcfa commit ab982d2Copy full SHA for ab982d2
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/GoogleJavaFormatIntegrationTest.java
@@ -31,7 +31,7 @@ void integration() throws IOException {
31
"spotless {",
32
" java {",
33
" target file('test.java')",
34
- " googleJavaFormat('1.8')",
+ " googleJavaFormat('1.10.0')",
35
" }",
36
"}");
37
@@ -41,8 +41,8 @@ void integration() throws IOException {
41
42
checkRunsThenUpToDate();
43
replace("build.gradle",
44
- "googleJavaFormat('1.8')",
45
- "googleJavaFormat('1.9')");
+ "googleJavaFormat('1.10.0')",
+ "googleJavaFormat()");
46
47
}
48
0 commit comments