ambry icon indicating copy to clipboard operation
ambry copied to clipboard

Could not determine java version from '10.0.1'.

Open kkimdev opened this issue 7 years ago • 2 comments

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

kkimdev avatar Aug 19 '18 23:08 kkimdev

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

dushyant-bhatt-if avatar Mar 28 '19 10:03 dushyant-bhatt-if

Hi, as of 2020, we build with gradle 5.2.1. Could you check if this issue is resolved?

cgtz avatar Apr 13 '20 20:04 cgtz