File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2021 DiffPlug
2
+ * Copyright 2016-2023 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ void integration() throws IOException {
31
31
"spotless {" ,
32
32
" java {" ,
33
33
" target file('test.java')" ,
34
- " googleJavaFormat('1.2 ')" ,
34
+ " googleJavaFormat('1.8 ')" ,
35
35
" }" ,
36
36
"}" );
37
37
@@ -41,8 +41,8 @@ void integration() throws IOException {
41
41
42
42
checkRunsThenUpToDate ();
43
43
replace ("build.gradle" ,
44
- "googleJavaFormat('1.2 ')" ,
45
- "googleJavaFormat('1.3 ')" );
44
+ "googleJavaFormat('1.8 ')" ,
45
+ "googleJavaFormat('1.9 ')" );
46
46
checkRunsThenUpToDate ();
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments