Commit a1aadf0
committed
fix(build): pin error-prone to stable version to resolve CI compilation failure
Downgrade error-prone from 2.48.0 to 2.39.0 to fix a CI-only
compilation crash caused by incompatible transitive dependencies
(e.g. dataflow-errorprone) and javac internals.
The issue manifested as a ServiceLoader/ClassLoader failure during
javac plugin initialization on GitHub Actions, while builds worked
locally due to different JDK/runtime combinations1 parent 002578a commit a1aadf0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments