Warnings when headless in the CI
- Dominant language
- Java
- Stars
- 3.5k
- Forks
- 250
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 36
Description
When mvnd is used with a mvnw (wrapper) in the Github Actions it generates a warning that can't be disabled:
```
Jun 17, 2024 3:20:16 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
[main] WARNING org.jline - Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Reproduce the warning by running mvnd through mvnw in a headless GitHub Actions environment, then trace the JLine terminal and logging path implicated by the messages; done should be demonstrated by a CI run without the unwanted warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, java
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100