File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
lib-extra/src/main/java/com/diffplug/spotless/extra/integration
plugin-maven/src/main/java/com/diffplug/spotless/maven Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2024 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.
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2020 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.
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2024 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.
1919import java .io .IOException ;
2020import java .util .List ;
2121
22- import com .diffplug .spotless .LintState ;
23- import com .diffplug .spotless .LintSuppression ;
24-
2522import org .apache .maven .plugin .MojoExecutionException ;
2623import org .apache .maven .plugins .annotations .Mojo ;
2724import org .apache .maven .plugins .annotations .Parameter ;
2825
29- import com .diffplug .spotless .DirtyState ;
3026import com .diffplug .spotless .Formatter ;
27+ import com .diffplug .spotless .LintState ;
28+ import com .diffplug .spotless .LintSuppression ;
3129import com .diffplug .spotless .maven .incremental .UpToDateChecker ;
3230
3331/**
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2024 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.
2121import java .util .List ;
2222import java .util .Map ;
2323
24- import com .diffplug .spotless .LintState ;
25- import com .diffplug .spotless .LintSuppression ;
26-
2724import org .apache .maven .plugin .MojoExecutionException ;
2825import org .apache .maven .plugins .annotations .LifecyclePhase ;
2926import org .apache .maven .plugins .annotations .Mojo ;
3027import org .apache .maven .plugins .annotations .Parameter ;
3128import org .sonatype .plexus .build .incremental .BuildContext ;
3229
33- import com .diffplug .spotless .DirtyState ;
3430import com .diffplug .spotless .Formatter ;
31+ import com .diffplug .spotless .LintState ;
32+ import com .diffplug .spotless .LintSuppression ;
3533import com .diffplug .spotless .extra .integration .DiffMessageFormatter ;
3634import com .diffplug .spotless .maven .incremental .UpToDateChecker ;
3735
You can’t perform that action at this time.
0 commit comments