Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
/ FabricPluginError Public archive

Sample project to demonstrate an error with fabric gradle plugin

Notifications You must be signed in to change notification settings

libon/FabricPluginError

Repository files navigation

Sample project demonstrating compilation error with fabric gradle plugin 1.28.0.

Steps to reproduce the error:

  • Build the project: ./gradlew clean assembleDebug
  • Expected behavior: the project compiles
  • Actual behavior:
A problem occurred configuring project ':submodule'.
> groovy.lang.MissingPropertyException: Could not get unknown property 'assemble' for task ':submodule:assembleDebug' of type org.gradle.api.Task.

Workaround 1:

Downgrade the fabric gradle plugin from 1.28.0 to 1.27.1, in submodule/build.gradle

Workaround 2:

Move the fabric configuration from submodule to app (changes demonstrating this fix are in branch workaround-move-fabric-to-app-module)

About

Sample project to demonstrate an error with fabric gradle plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages