* 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!