This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| plugin:compile_only [2023/06/15 14:52] – created shedaniel | plugin:compile_only [2025/11/07 14:56] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Issues ===== | ===== Issues ===== | ||
| - | Compile Only mode will not apply any Architectury Injectables during runtime ('' | + | Compile Only mode will not apply any [[plugin: |
| Additionally, | Additionally, | ||
| Line 10: | Line 10: | ||
| <code groovy> | <code groovy> | ||
| allprojects { | allprojects { | ||
| - | | + | |
| - | + | ||
| - | architectury { | + | architectury { |
| - | compileOnly() | + | compileOnly() |
| - | } | + | } |
| } | } | ||
| </ | </ | ||