Skip to content

Commit a5b2a57

Browse files
authored
Document that we don't apply the idea plugin automatically anymore (#182)
1 parent 197c94a commit a5b2a57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BREAKING_CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ Nonetheless, every single breaking change is documented here, along with a sugge
3535
```
3636
- The `neoFormRuntime` property on the `neoForge` extension has been moved to the top-level. This should only affect advanced users. This was done in an effort to make the NFRT-specific tasks in MDG more reusable by projects not making use of a generic mod development environment. The `additionalResults` property moved to `neoForge.additionalMinecraftArtifacts` since it is more sensible to apply this only to MDGs `createMinecraftArtifacts` task rather than all NFRT tasks including user-created ones.
3737
- To fix, move your NFRT settings block to the project, and move `additionalResults` to `additionalMinecraftArtifacts` in the `neoForge` extension.
38-
38+
- The `idea` plugin is only applied when syncing with IntelliJ.
39+
- If you want to use the `idea { }` block in your build script, add the `idea` plugin explicitly.

0 commit comments

Comments
 (0)