Re: Gradle project created by Grails has error on load

2018-04-16 Thread Paul Franz
My guess is that Gradle 3.4.x does not recognize the new java version. From Java 1.0 to Java 8.0. The version string has always been 1.x. So for JDK 8 the version string is actually 1.8 not 8.0. In JDK 9, this was change (URL:

Gradle project created by Grails has error on load

2018-04-16 Thread Matthias Barmeier
Hi all, I have created a Gradle project with grails 3. The I try to load it i get this exception: Stack trace: org.gradle.tooling.GradleConnectionException: Could not create an instance of Tooling API implementation using the specified Gradle distribution