Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: epom cache was never updated #681

Merged
merged 1 commit into from
Jul 28, 2021
Merged

fix: epom cache was never updated #681

merged 1 commit into from
Jul 28, 2021

Conversation

Eskibear
Copy link
Member

if (this.effectivePom !== undefined) {
      return this.effectivePom;
    }

Once calculated, effective pom was never updated when pom.xml changed. Now removing this part, as we have FS level epom cache based on timestamp

Signed-off-by: Yan Zhang <yanzh@microsoft.com>
@Eskibear Eskibear requested a review from jdneo July 28, 2021 07:03
@Eskibear Eskibear merged commit 695d35f into main Jul 28, 2021
@Eskibear Eskibear deleted the fix-epom branch July 28, 2021 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants