Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle 6.8.2 breaks with MissingPropertyException #274

Closed
malenalbc opened this issue Feb 12, 2021 · 2 comments
Closed

Gradle 6.8.2 breaks with MissingPropertyException #274

malenalbc opened this issue Feb 12, 2021 · 2 comments

Comments

@malenalbc
Copy link

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
@kezong
Copy link
Owner

kezong commented Feb 23, 2021

Fixed in 1.3.4

@malenalbc
Copy link
Author

Can confirm, updated Gradle version 6.7.1 to 6.8.3 with newest FatAAR version 1.3.4 and build run correctly.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants