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
I downloaded the source code, and after importing IDEA, the following error occurred when I Sync. I did not find the relevant instructions in the development manual, why is this?
I use mac os, jdk11.
Could not create task ':renameDeb'. No signature of method: org.gradle.api.tasks.Copy.include() is applicable for argument types: (org.gradle.api.internal.provider.DefaultProperty) values: [task ':buildDeb' property 'archiveFileName'] Possible solutions: include([Ljava.lang.String;), include(groovy.lang.Closure), include(java.lang.Iterable), include(org.gradle.api.specs.Spec), include([Ljava.lang.String;), include(groovy.lang.Closure) Could not find method include() for arguments [task ':buildDeb' property 'archiveFileName'] on task ':renameDeb' of type org.gradle.api.tasks.Copy.
The text was updated successfully, but these errors were encountered:
I downloaded the source code, and after importing IDEA, the following error occurred when I Sync. I did not find the relevant instructions in the development manual, why is this?

I use mac os, jdk11.
Could not create task ':renameDeb'. No signature of method: org.gradle.api.tasks.Copy.include() is applicable for argument types: (org.gradle.api.internal.provider.DefaultProperty) values: [task ':buildDeb' property 'archiveFileName'] Possible solutions: include([Ljava.lang.String;), include(groovy.lang.Closure), include(java.lang.Iterable), include(org.gradle.api.specs.Spec), include([Ljava.lang.String;), include(groovy.lang.Closure) Could not find method include() for arguments [task ':buildDeb' property 'archiveFileName'] on task ':renameDeb' of type org.gradle.api.tasks.Copy.
The text was updated successfully, but these errors were encountered: