spring-projects / spring-projects/spring-boot
Enable eclipse ignoreUnnamedModuleForSplitPackage setting in buildSrc
Open
Beginner friendly
Nobody has claimed this yet.
type: task
- Dominant language
- Java
- Stars
- 81.5k
- Forks
- 42.7k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 65
Description
On a fresh Eclipse the following needs to be added to .settings/org.eclipse.jdt.core.prefs for buildSrc. We should try and automate that.
org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage=enabled
Contributor guide
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
Start in the buildSrc directory and inspect how its Eclipse project settings are generated or maintained. Check the .settings/org.eclipse.jdt.core.prefs file and the requested ignoreUnnamedModuleForSplitPackage setting. Done means a fresh Eclipse setup receives this setting automatically for buildSrc.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100