This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| plugin:gradle_configurations [2023/02/02 17:32] – add info about the shadow configuration juuz | plugin:gradle_configurations [2023/12/26 00:57] (current) – add neoforge juuz | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| | '' | | '' | ||
| - | All of these configurations have '' | + | All of these configurations have '' |
| Others **won' | Others **won' | ||
| Line 26: | Line 26: | ||
| * Adds a library to the runtime classpath for Forge. | * Adds a library to the runtime classpath for Forge. | ||
| * Note: mods should not added to it! Use one of the configurations above instead. | * Note: mods should not added to it! Use one of the configurations above instead. | ||
| + | * '' | ||
| + | * Contains the raw mod jar produced by the current project. | ||
| + | * This is an **outgoing** configuration that is primarily intended for use in project dependencies, | ||
| ===== Architectury Plugin configurations ===== | ===== Architectury Plugin configurations ===== | ||
| - | * '' | + | * '' |
| * Used in platform modules for the common module in Architectury mods so that Architectury Transformer can apply its changes ('' | * Used in platform modules for the common module in Architectury mods so that Architectury Transformer can apply its changes ('' | ||
| - | * '' | + | * '' |
| * Contains the transformed classes of the common module for bundling in production mod jars for the individual platforms. | * Contains the transformed classes of the common module for bundling in production mod jars for the individual platforms. | ||
| * Note: this is an **outgoing** configuration of common Architectury subprojects. it should only be depended on in platform projects! | * Note: this is an **outgoing** configuration of common Architectury subprojects. it should only be depended on in platform projects! | ||