record-builder icon indicating copy to clipboard operation
record-builder copied to clipboard

Delete existing class files to avoid JDK/IntelliJ bugs

Open Randgalt opened this issue 1 year ago • 0 comments

https://github.com/Randgalt/record-builder/pull/147 attempted to do this but it only did it for Record Interface classes. This commit does it for all classes that are to be generated. Ad hoc testing shows that it solves the problem.

Fixes #139

Randgalt avatar Mar 27 '24 17:03 Randgalt