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
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)
The text was updated successfully, but these errors were encountered:
@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?
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:
The text was updated successfully, but these errors were encountered: