You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am trying to import my Gradle Project with 6.9 version and JDK 11 , Eclipse version is Version: 2022-09 (4.25.0)
Build id: 20220908-1902. I do not have any Groovy dependency in my project still I am getting this error and unable to resolve it .
Could not run phased build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-6.9-bin.zip'.
groovy/lang/GroovyObject
groovy.lang.GroovyObject cannot be found by ch.qos.logback.classic_1.1.2.v20171220-1825
Multiple methods that we have tried till yet :
Gradle and JDK version - Both are as per the requirement which is Gradle 6.9 and JDK 11 , paths for both of these are also set properly.
Added the dependencies in the build.gradle : implementation 'org.codehaus.groovy:groovy-all:2.5.14' // Ensure latest Groovy implementation 'ch.qos.logback:logback-classic:1.2.11' // Newer Logback version implementation 'ch.qos.logback:logback-core:1.2.11' , have tried adding these dependencies directly in build.gradle and its another form as well .
Attempt to clear gradle caches and refreshing the dependencies.
The text was updated successfully, but these errors were encountered:
Hi , I am trying to import my Gradle Project with 6.9 version and JDK 11 , Eclipse version is Version: 2022-09 (4.25.0)
Build id: 20220908-1902. I do not have any Groovy dependency in my project still I am getting this error and unable to resolve it .
Could not run phased build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-6.9-bin.zip'.
groovy/lang/GroovyObject
groovy.lang.GroovyObject cannot be found by ch.qos.logback.classic_1.1.2.v20171220-1825
Multiple methods that we have tried till yet :
implementation 'org.codehaus.groovy:groovy-all:2.5.14' // Ensure latest Groovy implementation 'ch.qos.logback:logback-classic:1.2.11' // Newer Logback version implementation 'ch.qos.logback:logback-core:1.2.11'
, have tried adding these dependencies directly in build.gradle and its another form as well .The text was updated successfully, but these errors were encountered: