gpt4 book ai didi

gradle - org/gradle/internal/metaobject/MethodMixIn的Gradle构建错误评估根项目

转载 作者:行者123 更新时间:2023-12-03 05:54:59 34 4
gpt4 key购买 nike

我一直在使用旧项目的构建脚本,并且在Gradle 2.13中收到以下错误。

myhost jthoms$ gradle clean build
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.13/userguide/gradle_daemon.html.

FAILURE: Build failed with an exception.

* Where:
Build file '/<my-project>/build.gradle' line: 10

* What went wrong:
A problem occurred evaluating root project 'com.mycompany.myorg.myproject'.
> org/gradle/internal/metaobject/MethodMixIn

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3.494 secs

我的 build.gradle文件如下所示:
buildscript {
repositories {
maven { url 'http://<my-nexus-repo>/' }
}
dependencies {
classpath 'com.bmuschko:gradle-clover-plugin:2.1.2'
}
}

apply plugin: 'com.bmuschko.clover'

// more build stuff below irrelevant to error line.

我的构建失败,那么如何解决此错误?

我解决了这个错误,但是找不到与错误输出中提到的类相关的任何内容,因此我想在这里分享我的发现。

最佳答案

我发现this thread存在类似错误。在线程中,@ bmuschko建议升级到较新版本的Gradle。对我来说,从Gradle 2.13版本升级到3.5.1确实很吸引人。

关于gradle - org/gradle/internal/metaobject/MethodMixIn的Gradle构建错误评估根项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45472276/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com