sam-byng opened a new pull request, #7:
URL: https://github.com/apache/incubator-pekko-samples/pull/7
As it stands, docs build will fail again. Could I get some support with this?
I have attempt update of docs-gen/ to use pekko-sbt-paradox however getting
failures:
1. `paradox` and `paradoxProperties` objects are not found by the compiler,
```
$cd docs-gen && sbt paradox
...
[error]
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/docs-gen/project/PekkoSamplePlugin
.scala:21:34: not found: value paradox
[error] sourceDirectory in (Compile, paradox) := {
[error] ^
[error]
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/docs-gen/project/PekkoSamplePlugin
.scala:34:5: not found: value paradoxProperties
[error] paradoxProperties += ("download_url" ->
s"https://example.lightbend.com/v1/download/${templateName.value}"),
[error] ^
[error] two errors found
[error] (Compile / compileIncremental) Compilation failed
```
2. TODO: What is the download point for pekko docs? presume somewhere on
apache nightly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]