mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
'storedNonExistentOutputs' stores system-independent paths so we need to convert slashes to '/' in nonexistentOutputRoots as well, otherwise 'containsAll' check won't work properly (PATH_HASHING_STRATEGY handles case sensitivity only, it doesn't convert file separators), the method may incorrectly return 'true' causing full rebuild of the corresponding target. This fixes GwtBuilderTest on Windows. GitOrigin-RevId: d07aa1cc66d91c67bc54e01dbc201c9115ac51d7