2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Fix to cache so that it doesn't hold on to a parsed properties file

This commit is contained in:
Geert Bevin 2024-07-19 00:02:32 -04:00
parent bb4c980e66
commit a3830dbdc0
2 changed files with 25 additions and 19 deletions

View file

@ -606,7 +606,6 @@ public class TestWrapperExtensionResolver {
bld.cache""", String.join("\n", files3));
FileUtils.writeString("updated", hash_file);
resolver = new WrapperExtensionResolver(tmp1, tmp2, new Properties(), new Properties(), List.of(MAVEN_CENTRAL), List.of("org.antlr:antlr4:4.11.1"), false, false);
resolver.updateExtensions();
var files4 = FileUtils.getFileList(tmp2);
assertEquals(10, files4.size());