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

How would I change Gradle files to be able to build for Community and Ultimate, but not Android Studio #1589

Closed
jwren opened this issue Apr 11, 2024 · 1 comment
Labels

Comments

@jwren
Copy link

jwren commented Apr 11, 2024

What happened?

With this version of the Flutter Plugin for IJ, 78.5.1, https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions/stable/515514, the supported IDE was indicated in the Gradle Kotlin files as IC:

From MANIFEST.MF files: Build-SDK: IC-LATEST-EAP-SNAPSHOT

However, under "Supported Products", "Android Studio — Koala | 2024.1.1 Canary 3" is listed.

Question/bug: Is it possible to change the Gradle files to not have Android Studio as a supported product for AS EAP versions?

Relevant log output or stack trace

No response

Steps to reproduce

N/A

Gradle IntelliJ Plugin version

1.17.2

Gradle version

8.2.1

Operating System

Linux

Link to build, i.e. failing GitHub Action job

No response

@YannCebron
Copy link
Member

This is purely a configuration from plugin.xml. See https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html for details. There is no possibility to exclude specific versions of specific products, you can only use "Declaring Incompatibility with Module" approach mentioned on this page.

@YannCebron YannCebron closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants