Commit b052d25
committed
Update guava to 32.1.2
With version 28 we intermittently get errors:
java.lang.NoClassDefFoundError: Could not initialize
class sun.reflect.generics.reflectiveObjects.WildcardTypeImpl
Presumably this is because guava was compiled with Java 8 and we're
testing with 9+ which moved `sun.reflect` to `sun.unused`.
The latest guava has a javac setting using Java 9, so hoping that
resolves the issue.1 parent d610c70 commit b052d25
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments