wiki issue: projectFlavor explanation
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 712
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
On the docs (https://github.com/typesafehub/sbteclipse/wiki/Using-sbteclipse), under the projectFlavor section, the example appears to be a copy-paste of the example from the previous section (executionEnvironment)
projectFlavor
This setting of type EclipseProjectFlavor.Value, which defaults to Scala, is used to specify which builder and natures Eclipse should use. The available values are the Value members of the EclipseProjectFlavor enumeration: Scala, Java.The following example shows how to use the execution environment for Java 6:
EclipseKeys.executionEnvironment := Some(EclipseExecutionEnvironment.JavaSE16)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Using-sbteclipse wiki page and read the projectFlavor section alongside the preceding executionEnvironment section. Replace the copied executionEnvironment example with an example relevant to projectFlavor, while preserving the surrounding explanation. Done means the projectFlavor example demonstrates the setting described and no longer duplicates the previous section.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100