Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The scaladoc apparently requires Scala 2.12 #2882

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

guizmaii
Copy link
Member

See: https://github.com/zio/zio-quill/actions/runs/6337872463/job/17215027348#logs

Error:

[info] Main Scala API documentation to /home/runner/work/zio-quill/zio-quill/zio-quill-docs/target/scala-2.12/unidoc...
java.io.IOException: Scala signature package has wrong version
 expected: 5.0
 found: 5.2 in package.class

See: https://github.com/zio/zio-quill/actions/runs/6337872463/job/17215027348#logs

Error:
```scala
[info] Main Scala API documentation to /home/runner/work/zio-quill/zio-quill/zio-quill-docs/target/scala-2.12/unidoc...
java.io.IOException: Scala signature package has wrong version
 expected: 5.0
 found: 5.2 in package.class
```
sbt ++3.3.x -Dquill.scala.version=3.3.x ci-release
sbt ++2.12.x -Dquill.scala.version=2.12.x -Dquill.macro.log=false ci-release
sbt ++2.13.x -Dquill.scala.version=2.13.x -Dquill.macro.log=false ci-release
sbt ++3.3.x -Dquill.scala.version=3.3.x -Dquill.macro.log=false ci-release
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add -Dquill.macro.log=false to have less noisy logs

@guizmaii guizmaii merged commit a78efd8 into master Sep 28, 2023
@guizmaii guizmaii deleted the fix_publishing_0 branch September 28, 2023 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants