File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2023 DiffPlug
2+ * Copyright 2016-2025 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.
@@ -95,7 +95,7 @@ void fenceWithTargetExcludeNoMatch() throws Exception {
9595 "repositories { mavenCentral() }" ,
9696 "" ,
9797 "spotless {" ,
98- " java {" +
98+ " java {" ,
9999 " licenseHeader('// my-copyright')" ,
100100 " toggleOffOn()" ,
101101 " targetExcludeIfContentContains('excludeMe')" ,
@@ -121,7 +121,7 @@ void fenceWithTargetExcludeMatch() throws Exception {
121121 "repositories { mavenCentral() }" ,
122122 "" ,
123123 "spotless {" ,
124- " java {" +
124+ " java {" ,
125125 " licenseHeader('// my-copyright')" ,
126126 " toggleOffOn()" ,
127127 " targetExcludeIfContentContains('excludeMe')" ,
You can’t perform that action at this time.
0 commit comments