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
Seeing this weird issue in the enforcer plugin:
```
19:50:20:126 [ERROR] Could not acquire shared lock for artifacts: io.grpc:grpc-api:jar:1.82.3, com.google.code.findbugs:jsr305:jar:3.0.2, com.google.errorprone:error_prone_annotations:jar:2.48.0, io.grpc:grpc-stub:jar:1.82.3, ... in 900 SECONDS; consider using 'aether.syncContext.named.time' property to increase lock timeout to a value that fits your environment
19:50:20:126 [ERROR] org.eclipse.aether.SyncContext$FailedToAcquireLockException: Could not acquire shared lock for artifacts: ... in 900 SECONDS
```
Gemini is suggesting that not shading may end up speeding up some of the
longer to build modules:
- GAPIC Showcase Client: 16:28 min
- GAPIC Generator Java: 16:14 min
Try it out to see if running in the CIs via `quick-build` profile can
help. Shading will continue to be run, but only skipped in the
quick-build profile.
EDIT: Looks like we have to shade the generator for now
0 commit comments