

( Note: The " \.gradle"-folder is not the same as the " \gradle"-folder)Ĭopying the "\gradle"-folder from another project solved my problems. See the log file workspace\.metadata\.log', and the log file has one or both of the messages: MESSAGE The workspace exited with unsaved changes in the previous session refreshing workspace to recover changes. Looking into that I found out the real problem - the "\gradle"-folder was completely missing. When starting DataConnect 11, an error message appears saying 'An error has occurred.

Now the error points me towards a problem within the "\gradle\wrapper\gradle-wrapper.properties"-file. If using the gradle wrapper, try editing the distributionUrl in D:\Files\Code-Project\gradle\wrapper\gradle-wrapper.properties to gradle-7.0.2-all.zip » Minimum supported Gradle version is 7.0.2. So my next step was to check the Project Structure:Īn exception occurred applying plugin request Please fix the project's Gradle settings.Ĭlicking on the "Gradle Settings"-link opened the Gradle settings Window, but the Gradle JDK was already correctly set to version 11: I hade the same problem after moving my project to another computer: Your "\gradle\wrapper\gradle-wrapper.properties" has an incorrect value in the "distributionUrl=":Ĭhange the value in "\gradle\wrapper\gradle-wrapper.properties" toĭistributionUrl=https\:///distributions/gradle-7.0.2-bin.zip Get a copy of the "\gradle"-folder from another working project (or create a new project). gradle"-folder which is a different folder) Your "\gradle"-folder is missing from your project folder: Minimum supported Gradle version is 7.0.2.
