basmichael.blogg.se

Apache directory studio version of the jvm is not suitable
Apache directory studio version of the jvm is not suitable





  1. #Apache directory studio version of the jvm is not suitable how to#
  2. #Apache directory studio version of the jvm is not suitable update#

This will use your system-wide installed Gradle whose version is 5.1.1 and supports running on Java 11. However, before updating, try running gradle app:installDebug.

#Apache directory studio version of the jvm is not suitable update#

The obvious way, would be to update your project’s gradle-wrapper to version 5.0. Hence since 4.1RC does not support running on JDK 11 this is definitely a problem. Gradle added support for JDK 11 in Gradle 5.0. The "distributionUrl" inside should tell us what the wrapper’s version is.Īs per the OP’s updated question, the gradle-wrapper’s version is 4.1RC1. (project’s root folder)/gradle/wrapper/gradle-wrapper.properties gradlew -version failed, you can manually check your wrapper’s version by opening the file: gradlew -version inside your project’s folder, in the directory where the gradlew and gradlew.bat files are.Īs running. Could you check your project’s gradle wrapper version? To do that, execute. However, the failure is the result of a call to the gradle-wrapper (. Your system-wide gradle version is 5.1.1 (as the OP explained in the comments, running the command gradle -version returned version 5.1.1). The gradle-wrapper is specific to every project and can only be invoked inside the project’s directory, using the command. This application is invoked by gradle (arguments). There are two different Gradle applications in your system. My gradle-wrapper.properties contains: distributionBase=GRADLE_USER_HOME gradlew -version, I got the following: FAILURE: Build failed with an exception.

#Apache directory studio version of the jvm is not suitable how to#

I’m not sure how to proceed (I tried upgrading/downgrading, but nothing has worked so far).

apache directory studio version of the jvm is not suitable

Run with -info or -debug option to get more log output. Run with -stacktrace option to get the stack trace. Only to be met with the log: FAILURE: Build failed with an exception.Ĭould not determine java version from '11.0.2'.







Apache directory studio version of the jvm is not suitable