TeamAmaze / AmazeFileManager

Material design file manager for Android
https://teamamaze.xyz
GNU General Public License v3.0
5.08k stars 1.53k forks source link

Fail to build Amaze #4157

Closed Bambooin closed 3 weeks ago

Bambooin commented 4 weeks ago

Describe the bug A clear and concise description of what the bug is.

Fail to build on e3ccaa516192edff2df311c3dc79563914c2fc8c

Try to build on jdk 11 17 and gradle 7.5 7.6.4.

To Reproduce Steps to reproduce the behavior:

  1. ./gradlew assembleFdroidRelease
  2. Error show up
$ ./gradlew assembleFdroidRelease

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'amaze'.
> Could not create an instance of type org.gradle.accessors.dm.LibrariesForLibs.
   > Could not generate a decorated class for type LibrariesForLibs.
      > org/gradle/accessors/dm/LibrariesForLibs$AndroidxLibraryAccessors (wrong name: org/gradle/accessors/dm/LibrariesForLibs$AndroidXLibraryAccessors)

Gradle config:

$ ./gradlew -v

------------------------------------------------------------
Gradle 7.5
------------------------------------------------------------

Build time:   2022-07-14 12:48:15 UTC
Revision:     c7db7b958189ad2b0c1472b6fe663e6d654a5103

Kotlin:       1.6.21
Groovy:       3.0.10
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          11.0.23 (Homebrew 11.0.23+0)
OS:           Mac OS X 14.4.1 aarch64

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.