File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless
main/java/com/diffplug/spotless/tag
test/java/com/diffplug/spotless/protobuf Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
import java .io .IOException ;
19
19
20
- import com .diffplug .spotless .tag .BufTest ;
21
-
22
20
import org .junit .jupiter .api .Test ;
23
21
22
+ import com .diffplug .spotless .tag .BufTest ;
23
+
24
24
@ BufTest
25
25
class BufIntegrationTest extends GradleIntegrationHarness {
26
26
@ Test
Original file line number Diff line number Diff line change 15
15
*/
16
16
package com .diffplug .spotless .tag ;
17
17
18
- import org .junit .jupiter .api .Tag ;
18
+ import static java .lang .annotation .ElementType .METHOD ;
19
+ import static java .lang .annotation .ElementType .TYPE ;
20
+ import static java .lang .annotation .RetentionPolicy .RUNTIME ;
19
21
20
22
import java .lang .annotation .Retention ;
21
23
import java .lang .annotation .Target ;
22
24
23
- import static java .lang .annotation .ElementType .METHOD ;
24
- import static java .lang .annotation .ElementType .TYPE ;
25
- import static java .lang .annotation .RetentionPolicy .RUNTIME ;
25
+ import org .junit .jupiter .api .Tag ;
26
26
27
27
@ Target ({TYPE , METHOD })
28
28
@ Retention (RUNTIME )
Original file line number Diff line number Diff line change 17
17
18
18
import java .io .File ;
19
19
20
- import com .diffplug .spotless .tag .BufTest ;
21
-
22
20
import org .junit .jupiter .api .Test ;
23
21
24
22
import com .diffplug .spotless .StepHarnessWithFile ;
23
+ import com .diffplug .spotless .tag .BufTest ;
25
24
26
25
@ BufTest
27
26
class BufStepTest {
You can’t perform that action at this time.
0 commit comments