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 11/*
2- * Copyright 2016-2021 DiffPlug
2+ * Copyright 2016-2023 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ void integration() throws IOException {
3131 "spotless {" ,
3232 " java {" ,
3333 " target file('test.java')" ,
34- " googleJavaFormat('1.2 ')" ,
34+ " googleJavaFormat('1.8 ')" ,
3535 " }" ,
3636 "}" );
3737
@@ -41,8 +41,8 @@ void integration() throws IOException {
4141
4242 checkRunsThenUpToDate ();
4343 replace ("build.gradle" ,
44- "googleJavaFormat('1.2 ')" ,
45- "googleJavaFormat('1.3 ')" );
44+ "googleJavaFormat('1.8 ')" ,
45+ "googleJavaFormat('1.9 ')" );
4646 checkRunsThenUpToDate ();
4747 }
4848}
You can’t perform that action at this time.
0 commit comments