Skip to content

Commit ab982d2

Browse files
committed
another pinned version to be upgraded
1 parent b0adcfa commit ab982d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void integration() throws IOException {
3131
"spotless {",
3232
" java {",
3333
" target file('test.java')",
34-
" googleJavaFormat('1.8')",
34+
" googleJavaFormat('1.10.0')",
3535
" }",
3636
"}");
3737

@@ -41,8 +41,8 @@ void integration() throws IOException {
4141

4242
checkRunsThenUpToDate();
4343
replace("build.gradle",
44-
"googleJavaFormat('1.8')",
45-
"googleJavaFormat('1.9')");
44+
"googleJavaFormat('1.10.0')",
45+
"googleJavaFormat()");
4646
checkRunsThenUpToDate();
4747
}
4848
}

0 commit comments

Comments
 (0)