-
Notifications
You must be signed in to change notification settings - Fork 278
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
Intelij Ant Plugin Missing #1298
Comments
It should also be noted, this does not cause issues with the launching of QZ. Currently it only breaks the |
@Vzor- perhaps add it as required and update the project file? https://www.jetbrains.com/help/idea/settings-required-plugins.html |
Considering how many Maven projects use |
The community is surprised by this as well: https://youtrack.jetbrains.com/issue/IDEA-340088/IDEA-2023.3-moves-Ant-support-to-a-plugin-but-that-plugin-is-not-installed-by-an-upgrade #1299 fixes this, thanks. If you dismissed this popup and it won't come back, try to repair the IDE, it seems to fix it. Also, it's mentioned in the PR, but restarting the IDE afterwards is required for the startup job to work. We can probably remove this once #1216 is merged. |
As of Intelij 2023.3, the Ant plugin is no longer bundled and needs to be downloaded through the marketplace. https://blog.jetbrains.com/idea/2023/12/intellij-idea-2023-3/#other This should be reflected in the wiki, or maybe we can somehow include it as a project dependency so intelij will automatically download it.
The text was updated successfully, but these errors were encountered: