提问人:lannyf 提问时间:6/14/2022 更新时间:6/14/2022 访问量:659
android,更新到 gradle 7 后,出现错误“无法应用插件'com.github.dcendents.android-maven'”
android, after update to gradle 7, got error "Failed to apply plugin 'com.github.dcendents.android-maven'"
问:
该项目一直在使用 gradle 6.8.3 开发 Android Studio 4.1.2。 更新到 Android Studio 2021.2.1 和
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
和
classpath "com.android.tools.build:gradle:7.1.3"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
和
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
}
现在它无法同步:
Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'com.github.dcendents.android-maven'.
搜索过,解决方案对我不起作用。
有什么建议吗?谢谢!
答: 暂无答案
评论