Skip to content

Commit 8c1509d

Browse files
committed
chore: more cleanup - remove native process runner
1 parent 97bf5af commit 8c1509d

File tree

2 files changed

+0
-62
lines changed

2 files changed

+0
-62
lines changed

testlib/src/main/java/com/diffplug/spotless/cli/SpotlessCLIRunner.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public static SpotlessCLIRunner createExternalProcess() {
4141
return new SpotlessCLIRunnerInExternalJavaProcess();
4242
}
4343

44-
public static SpotlessCLIRunner createNative() {
45-
return new SpotlessCLIRunnerInNativeExternalProcess();
46-
}
47-
4844
public SpotlessCLIRunner withWorkingDir(@NotNull File workingDir) {
4945
this.workingDir = Objects.requireNonNull(workingDir);
5046
return this;

testlib/src/main/java/com/diffplug/spotless/cli/SpotlessCLIRunnerInNativeExternalProcess.java

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)