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
After updating to Guava 32.1.1 we cannot compile our GWT project anymore because of changes to the @GwtCompatible Ticker class:
[ERROR] Errors in 'com/google/common/base/Ticker.java'
[ERROR] Line 53: The method nanoTime() is undefined for the type System
Tracing compile failure path for type 'com.google.common.base.Ticker'
[ERROR] Errors in 'com/google/common/base/Ticker.java'
[ERROR] Line 53: The method nanoTime() is undefined for the type System
Is it an issue in our setup or an incompatible change ?