You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.
Could be caused by JabRef#6749
The text was updated successfully, but these errors were encountered: