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
Describe the issue
Updated from Gradle version 6.7.1 to 6.8.2. When building the project after downloading the new version, it failed with this error message:
* What went wrong:
A problem occurred configuring project
> No such property: buildDependencies for class: org.gradle.api.internal.artifacts.PreResolvedResolvableArtifact
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project
(...)
Caused by: groovy.lang.MissingPropertyException: No such property: buildDependencies for class: org.gradle.api.internal.artifacts.PreResolvedResolvableArtifact
at com.kezong.fataar.VariantProcessor.processArtifacts(VariantProcessor.groovy:263)
at com.kezong.fataar.VariantProcessor.processVariant(VariantProcessor.groovy:66)
at com.kezong.fataar.VariantProcessor$processVariant.call(Unknown Source)
at com.kezong.fataar.FatAarPlugin$_doAfterEvaluate_closure3.doCall(FatAarPlugin.groovy:72)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:154)
at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:105)
at org.gradle.util.ConfigureUtil$WrappedConfigureAction.execute(ConfigureUtil.java:166)
(...)
at com.kezong.fataar.FatAarPlugin.doAfterEvaluate(FatAarPlugin.groovy:55)
at com.kezong.fataar.FatAarPlugin$_apply_closure1.doCall(FatAarPlugin.groovy:40)
(...)
Build Environment
Operating System: MacOS BigSur 11.2
Gradle Plugin Version: 4.1.2
Gradle Version: 6.8.2
Fat-aar Version: 1.3.3
The text was updated successfully, but these errors were encountered:
Describe the issue
Updated from Gradle version 6.7.1 to 6.8.2. When building the project after downloading the new version, it failed with this error message:
Build Environment
The text was updated successfully, but these errors were encountered: