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 1
1
/*
2
- * Copyright 2016-2023 DiffPlug
2
+ * Copyright 2016-2025 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.
@@ -95,7 +95,7 @@ void fenceWithTargetExcludeNoMatch() throws Exception {
95
95
"repositories { mavenCentral() }" ,
96
96
"" ,
97
97
"spotless {" ,
98
- " java {" +
98
+ " java {" ,
99
99
" licenseHeader('// my-copyright')" ,
100
100
" toggleOffOn()" ,
101
101
" targetExcludeIfContentContains('excludeMe')" ,
@@ -121,7 +121,7 @@ void fenceWithTargetExcludeMatch() throws Exception {
121
121
"repositories { mavenCentral() }" ,
122
122
"" ,
123
123
"spotless {" ,
124
- " java {" +
124
+ " java {" ,
125
125
" licenseHeader('// my-copyright')" ,
126
126
" toggleOffOn()" ,
127
127
" targetExcludeIfContentContains('excludeMe')" ,
You can’t perform that action at this time.
0 commit comments