Could not determine java version from '10.0.1'.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
On Ubuntu with Java 10.0.1, I get the following error during the initial build
```
$ ./gradlew allJar
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '10.0.1'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
```
Seems like upgrading Gradle should resolve it ? https://github.com/gradle/gradle/issues/5764
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
Start by reproducing the failure with ./gradlew allJar on Ubuntu using Java 10.0.1, then inspect the repository's Gradle configuration and compare its Gradle version with the compatibility issue linked in the report. Done means the initial build completes successfully with that Java version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100