Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 authored and steve-s committed Jun 10, 2024
1 parent 14c4e21 commit 4cc69a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the right `mx archive @ABC` and skip full `mx build` (useful in combination with
`mx intellijinit --mx-distributions` also generates IntelliJ "artifacts", which correspond to MX distributions.
Those artifacts are dummy and use Ant post-processing step to delegate to `mx archive @ARTIFACT_NAME`.
Moreover, the artifacts depend on other IntelliJ artifacts and Java modules to reflect the dependency structure
on the mx side. However, IntelliJ seems to ignore this and always invokes the post-processing step for all the
on the mx side. However, IntelliJ seems to ignore this and always invokes the post-processing step for all the
artifacts regardless of whether their dependencies changed or not, which makes this slow and impractical. If you
still want to use this feature, make sure that the bundled Ant plugin is enabled in **Preferences > Plugins > Installed**
(you may get `Unknown artifact properties: ant-postprocessing.` errors in your project artifacts otherwise).
Expand Down

0 comments on commit 4cc69a5

Please sign in to comment.