-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
For bootstrapping the Scala compiler, we need ScalaInstance to be generated from a Task (based on output of other tasks).
The other potential issue (let me know if it's separate) is that the ScalaInstance will need to account for different scala-library + scala-compiler versions. If I can give my own version string to the ScalaInstance rather than dynamically look up the value, that would be ideal.
Reactions are currently unavailable