Skip to content

Commit 5dccfe8

Browse files
committed
bring back the cleanup
1 parent 87be0fa commit 5dccfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicodetools/src/main/java/org/unicode/jsp/RebuildPropertyCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class RebuildPropertyCache {
1313

1414
public static void main(String[] args) throws IOException {
1515
final var binDir = new File(Settings.Output.BIN_DIR);
16-
if (false && binDir.exists()) {
16+
if (binDir.exists()) {
1717
final Queue<File> directories = new ArrayDeque<>();
1818
final List<File> directoriesToDelete = new ArrayList<>();
1919
final List<File> filesToDelete = new ArrayList<>();

0 commit comments

Comments
 (0)