Skip to content

Commit fa23242

Browse files
committed
add missing import
1 parent a7c0f67 commit fa23242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin-maven/src/main/java/com/diffplug/spotless/maven/AbstractSpotlessMojo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
import org.eclipse.aether.RepositorySystem;
5151
import org.eclipse.aether.RepositorySystemSession;
5252
import org.eclipse.aether.repository.RemoteRepository;
53+
import org.sonatype.plexus.build.incremental.BuildContext;
5354

5455
import com.diffplug.spotless.Formatter;
5556
import com.diffplug.spotless.LineEnding;

0 commit comments

Comments
 (0)