File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,8 @@ object PekkoBuild {
309
309
UsefulTask (" mimaReportBinaryIssues " , " Check binary issues" ),
310
310
UsefulTask (" validatePullRequest " , " Validate pull request" ),
311
311
UsefulTask (" docs/paradox" , " Build documentation (license report will be generate on CI or Publish)" ),
312
- UsefulTask (" docs/paradoxBrowse" , " Browse the generated documentation (license report will be generate on CI or Publish)" ),
312
+ UsefulTask (" docs/paradoxBrowse" ,
313
+ " Browse the generated documentation (license report will be generate on CI or Publish)" ),
313
314
UsefulTask (" tips:" , " prefix commands with `+` to run against cross Scala versions." ),
314
315
UsefulTask (" Contributing guide:" , " https://github.com/apache/incubator-pekko/blob/main/CONTRIBUTING.md" )).map(
315
316
_.noAlias))
You can’t perform that action at this time.
0 commit comments