MuntashirAkon / AppManager

A full-featured package manager and viewer for Android
https://muntashirakon.github.io/AppManager/
Other
5.03k stars 281 forks source link

F-Droid build failed #640

Closed linsui closed 2 years ago

linsui commented 2 years ago
* What went wrong:
A problem occurred configuring root project 'AppManager'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve dev.rikka.tools.refine:gradle-plugin:3.0.3.
     Required by:
         project :
      > No matching variant of dev.rikka.tools.refine:gradle-plugin:3.0.3 was found. The consumer was configured to find a runtime of a library compatible with Java 8, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '7.1.1' but:
          - Variant 'apiElements' capability dev.rikka.tools.refine:gradle-plugin:3.0.3 declares a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares an API of a component compatible with Java 11 and the consumer needed a runtime of a component compatible with Java 8
              - Other compatible attribute:
                  - Doesn't say anything about org.gradle.plugin.api-version (required '7.1.1')
          - Variant 'runtimeElements' capability dev.rikka.tools.refine:gradle-plugin:3.0.3 declares a runtime of a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component compatible with Java 11 and the consumer needed a component compatible with Java 8
              - Other compatible attribute:
                  - Doesn't say anything about org.gradle.plugin.api-version (required '7.1.1')

Could you please take a look? Thanks!

MuntashirAkon commented 2 years ago

It requires Java 11+ to build App Manager.

MuntashirAkon commented 2 years ago

This issue has been fixed, it seems.