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

Full gradle build is made when running something #470

Closed
koppor opened this issue Aug 27, 2020 · 2 comments
Closed

Full gradle build is made when running something #470

koppor opened this issue Aug 27, 2020 · 2 comments

Comments

@koppor
Copy link
Member

koppor commented Aug 27, 2020

It seems that even trivial changes trigger a full recompilation. The gradle output suggests that it is due to org.apache.logging.log4j.plugins.processor.PluginProcessor. Also the run task takes quite some time.

Could be caused by JabRef#6749

@koppor
Copy link
Member Author

koppor commented Aug 27, 2020

The "processResources" task takes a long time:

grafik

I installed gradle 6.3 on my machine (to be able to compile v5.0 with my JDK14), bisected and this is the commit from which on "processResources" takes a long time:

a123eb1 (JabRef#6304)

This is in line with following observation:

There the issue seems to be that the JournalAbbreviationConverter task changes journalList.mv even though the csv file from which it is generated is always the same.

@koppor
Copy link
Member Author

koppor commented Sep 11, 2020

Should be fixed in latest master. With the drawback, that the .mv file with 1,5MB is updated each 14 days.

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

No branches or pull requests

1 participant