Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't generate RIBs plugin because of Java Version error #512

Open
Anwera64 opened this issue Jul 6, 2022 · 0 comments
Open

Can't generate RIBs plugin because of Java Version error #512

Anwera64 opened this issue Jul 6, 2022 · 0 comments
Labels
Android Android related tickets

Comments

@Anwera64
Copy link

Anwera64 commented Jul 6, 2022

I was trying to generate the RIBs plugin manually because the one in the InteliJ plugin store and the one referenced in the docs are broken on Android Studio and InteliJ compatible only. I followed the steps in the wiki but got the following error:

A problem occurred configuring project ':tooling:rib-intellij-plugin'.
Could not resolve all artifacts for configuration ':tooling:rib-intellij-plugin:classpath'.
Could not resolve org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.5.3.
Required by:
project :tooling:rib-intellij-plugin
> No matching variant of org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.5.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.2' but:
- Variant 'apiElements' capability org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.5.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.2')
- Variant 'runtimeElements' capability org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.5.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.2')

@rudro rudro added the Android Android related tickets label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android related tickets
Projects
None yet
Development

No branches or pull requests

2 participants