The GitHub Actions job "Headers" on pekko.git/chore/sbt2-migration has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
bd2d766e89bfaa7525dd5a052b337df832a52924 / He-Pin <[email protected]>
chore: Migrate build from sbt 1.x to sbt 2.x (WIP)

Motivation:
sbt 2.x (2.0.0-RC14) brings build speed improvements through
cached tasks, Scala 3 build definitions, and modernized APIs.

Modification:
- Update sbt version to 2.0.0-RC14
- Bump 17 ready plugins to sbt 2 compatible versions
- Comment out 10 plugins without sbt 2 support (with TODO markers)
- Migrate all project/*.scala wildcard imports from `._` to `.*`
- Fix Scala 3 incompatibilities: Tuple.zipped → lazyZip,
  Types.Id removal, explicit type annotations
- Stub out code referencing disabled plugins (ApacheSonatypePlugin,
  ReproducibleBuildsPlugin, DevelocityPlugin, PekkoParadoxPlugin,
  ValidatePullRequest) with TODO markers
- Add TODO markers for sbt 2 API changes: InputTask.createDyn,
  FileFunction.cached with ChangeReport

Result:
WIP migration branch. Build does not compile yet — blocked on
10 plugins gaining sbt 2 support. Tracking issues created on
all affected repos. See PR description for full checklist.

Report URL: https://github.com/apache/pekko/actions/runs/27071543085

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to