Skip to content

Conversation

@eed3si9n
Copy link
Member

Fixes #7725

Problem

doc task currently doesn't work when the subproject tries to use the Scala instance from metabuild.

Solution

For now turn off the optimized ScalaInstance

**Problem**
doc task currently doesn't work.

**Solution**
For now turn off the optimized ScalaInstance
scalaHome.value.isDefined || scalaModuleInfo.value.isEmpty || !managedScalaInstance.value
)
Nil
else if (!isScala3M123 || extResolvers.contains(Resolver.JCenterRepository)) {
Copy link
Member

Choose a reason for hiding this comment

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

Ok so we won't be able to use scaladoc for 3.0.0-M1. You probably need to update the Scala version in project-matrix/jvm-sandwich scripted test.

Copy link
Member Author

Choose a reason for hiding this comment

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

I think sandwich has some issue - #7881

@eed3si9n
Copy link
Member Author

@eed3si9n eed3si9n merged commit d199f86 into sbt:develop Nov 15, 2024
13 checks passed
@eed3si9n eed3si9n deleted the wip/scalainstance branch November 15, 2024 04:50
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