The GitHub Actions job "Validate and test" on pekko-grpc.git/main has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
641d969ecbd468e223749f9645bd81c5c65bfe82 / He-Pin(kerr) <[email protected]>
Remove private[this] from Maven plugin (#771)

Motivation:
Avoid using private[this] in Scala sources.

Modification:
Replace the remaining Maven plugin private[this] method modifiers with ordinary 
private modifiers.

Result:
The repository no longer contains private[this] usages.

Tests:
- rg -n "private\[this\]" . / no matches
- scalafmt --mode diff-ref=origin/main / passed
- scalafmt --list --mode diff-ref=origin/main / passed
- sbt "maven-plugin / Compile / compile" / passed
- git diff --check / passed

References:
None - cleanup requested separately from #766

Report URL: https://github.com/apache/pekko-grpc/actions/runs/28635930432

With regards,
GitHub Actions via GitBox


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

Reply via email to