Hello everyone,
I tried to change my current SDK to the new SDK 3.8.0, but it seems as if I got some problems with Gradle. I don’t have the problem with Ant-Projects. I recieve the following message in the SDK:
Could not run build action using connection to Gradle installation: ‘C:\Users\….gradle\wrapper\dists\gradle-8.6-bin\afr…\gradle-8.6’
It occurs on existing Gradle-Projects (projects that existed before I switched to SDK 3.8.0) an on new in SDK 3.8.0 cretaed Gradle-Projects equally. I used the SDK installer, so I am using JDK 21.0.7. I tried different things to make it run, but failed until now. I did:
- clear the Gradle-cache by deleting the folder: C:\Users\...gradle\wrapper\dists\gradle-8.6-bin
- download Gradle again (C:\jMonkeyEngineProjects\Testproject\gradlew.bat --stop and C:\jMonkeyEngineProjects\Testproject\gradlew.bat clean build)
- tried the steps with different Gradle-Versions by changing “distributionUrl=https://services.gradle.org/distributions/gradle-8.6-all.zip” in C:\jMonkeyEngineProjects\Testproject\gradle\wrapper\gradle-wrapper.properties
But the message in the SDK always comes up (of course the version number in the message changes, depending on the Gradle-Version I tried).
Thanks for any hint and idea, that could solve the problem.