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 compatibility #97

Closed
llDavidll opened this issue Nov 29, 2019 · 2 comments
Closed

Gradle 6 compatibility #97

llDavidll opened this issue Nov 29, 2019 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@llDavidll
Copy link

Hi,

It seems this plugin is not compatible with Gradle 6.

My project works fine using Gradle 5.6.4, and fails to build with Gradle 6.0.1 (and 6.0).

This is the relevant part of the stacktrace:

groovy.lang.MissingMethodException: No signature of method: org.gradle.api.internal.artifacts.ivyservice.resolveengine.artifact.DefaultArtifactSet$$Lambda$102/1069381811.getDependencies() is applicable for argument types: () values: []
Possible solutions: visitDependencies(org.gradle.api.internal.tasks.TaskDependencyResolveContext)
	at com.kezong.fataar.VariantProcessor.processArtifacts(VariantProcessor.groovy:119)
	at com.kezong.fataar.VariantProcessor.processVariant(VariantProcessor.groovy:88)
	at com.kezong.fataar.VariantProcessor$processVariant$1.call(Unknown Source)
	at com.kezong.fataar.FatLibraryPlugin.processVariant(FatLibraryPlugin.groovy:94)
	at org.gradle.internal.metaobject.BeanDynamicObject$GroovyObjectAdapter.invokeOpaqueMethod(BeanDynamicObject.java:583)
@kezong kezong added bug Something isn't working enhancement New feature or request labels Dec 2, 2019
@kezong
Copy link
Owner

kezong commented Dec 10, 2019

Thanks for the feedback.
I has adapted it in 1.2.8.

@phocea13
Copy link

phocea13 commented May 22, 2020

@kezong - Running into a similar issue in a context where I don't control the artifact repo. Do you have a but more info on what "adapted" means so I can send the proper instructions to the team managing the repo?

@kezong kezong closed this as completed Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants