ambry
ambry copied to clipboard
Could not determine java version from '10.0.1'.
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
till same issue.
FAILURE: Build failed with an exception.
- What went wrong: Could not determine java version from '10.0.1'.
tried most of available gradle version as 2.0,2.2,4.0,4.8,4.10,4.10.1,5.0 with environment variable $JAVA_HOME = /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home
Hi, as of 2020, we build with gradle 5.2.1. Could you check if this issue is resolved?