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
What went wrong:
org.gradle.api.internal.artifacts.ivyservice.projectmodule.DefaultProjectPublication.(Lorg/gradle/api/artifacts/ModuleVersionIdentifier;)V
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
CONFIGURE FAILED in 0s
Unable to find method 'org.gradle.api.internal.artifacts.ivyservice.projectmodule.DefaultProjectPublication.(Lorg/gradle/api/artifacts/ModuleVersionIdentifier;)V'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
我用 gradle-4.6-all 是無法使用的
Parallel execution is an incubating feature.
FAILURE: Build failed with an exception.
What went wrong:
org.gradle.api.internal.artifacts.ivyservice.projectmodule.DefaultProjectPublication.(Lorg/gradle/api/artifacts/ModuleVersionIdentifier;)V
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
CONFIGURE FAILED in 0s
Unable to find method 'org.gradle.api.internal.artifacts.ivyservice.projectmodule.DefaultProjectPublication.(Lorg/gradle/api/artifacts/ModuleVersionIdentifier;)V'.
Possible causes for this unexpected error include:
- Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
- The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
- Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.Re-download dependencies and sync project (requires network)
Stop Gradle build processes (requires restart)
去查了所用的
android-maven-gradle-plugin:1.5
dcendents/android-maven-gradle-plugin#66
要升級 2.1
但是
升級完會出現
Where:
Script '/Users/loverfiend/Desktop/project/JIMU/jimu-core/installv1.gradle' line: 1
What went wrong:
A problem occurred evaluating script.
所以想問一下這專案gradle本版是使用啥
看起來4.6 跑不起來
The text was updated successfully, but these errors were encountered: