Skip to content

Commit e41a70f

Browse files
committed
GH-1284 - Temporarily avoid removing APT resource due to Eclipse failure.
See [0] for details. [0] eclipse-jdt/eclipse.jdt.core#4212
1 parent f2c2359 commit e41a70f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-modulith-apt/src/main/java/org/springframework/modulith/apt/SpringModulithProcessor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ public void init(ProcessingEnvironment environment) {
138138
this.testExecution = true;
139139
}
140140

141-
placeholder.delete();
142-
143141
} catch (IOException e) {
144142
throw new RuntimeException(e);
145143
}

0 commit comments

Comments
 (0)