mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[jps-cache] Fix incremental compilation
GitOrigin-RevId: 6810262c0d243a11029d5a103c8269e68a0b6109
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e2d978de52
commit
54ef43a800
@@ -261,7 +261,7 @@ public class FSOperations {
|
||||
else {
|
||||
boolean markDirty = forceDirty;
|
||||
if (!markDirty) {
|
||||
markDirty = stampStorage.isDirtyStamp(stampStorage.getPreviousStamp(_file, rd.getTarget()), file, attrs);
|
||||
markDirty = stampStorage.isDirtyStamp(stampStorage.getPreviousStamp(_file, rd.getTarget()), _file, attrs);
|
||||
}
|
||||
if (markDirty) {
|
||||
// if it is full project rebuild, all storages are already completely cleared;
|
||||
|
||||
Reference in New Issue
Block a user