Skip to content

Commit

Permalink
Document that we don't apply the idea plugin automatically anymore (#182
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Technici4n authored Nov 10, 2024
1 parent 197c94a commit a5b2a57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ Nonetheless, every single breaking change is documented here, along with a sugge
```
- 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.
- To fix, move your NFRT settings block to the project, and move `additionalResults` to `additionalMinecraftArtifacts` in the `neoForge` extension.

- The `idea` plugin is only applied when syncing with IntelliJ.
- If you want to use the `idea { }` block in your build script, add the `idea` plugin explicitly.

0 comments on commit a5b2a57

Please sign in to comment.